isNotCustomSelect function exported ✓ 100.0%

Last updated: 2026-02-24T19:46:21.770Z

Metrics

LOC: 3 Complexity: 1 Params: 1 Coverage: 100.0% (1/1 lines, 6x executed)

Signature

isNotCustomSelect(el: NativeElement): : boolean

Summary

Skips elements that are children of custom-select components.

Source Code

export function isNotCustomSelect(el: NativeElement): boolean {
  return !el.closest(CUSTOM_SELECT_ANCESTOR);
}

No outgoing dependencies.

Impact (Incoming)

graph LR isNotCustomSelect["isNotCustomSelect"] getActiveClassifiers["getActiveClassifiers"] collectNativeFields["collectNativeFields"] mockRect["mockRect"] getActiveClassifiers -->|uses| isNotCustomSelect collectNativeFields -->|calls| isNotCustomSelect mockRect -->|uses| isNotCustomSelect style isNotCustomSelect fill:#dbeafe,stroke:#2563eb,stroke-width:2px click isNotCustomSelect "8070a21e1a016a57.html" click getActiveClassifiers "94c3286cfdb569c3.html" click collectNativeFields "ce8fa7f6620f4bb2.html" click mockRect "8599e89ac5aec500.html"