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)
| Source | Type |
|---|---|
| getActiveClassifiers | uses |
| collectNativeFields | calls |
| mockRect | uses |