matches method infrastructure ✓ 100.0%
Last updated: 2026-02-24T19:46:21.768Z
Metrics
LOC: 6
Complexity: 2
Params: 1
Coverage: 100.0% (1/1 lines, 3x executed)
Signature
matches(el: HTMLElement): : boolean
Source Code
matches(el: HTMLElement): boolean {
return (
el.classList.contains("select2-container") ||
el.classList.contains("select2")
);
},
Dependencies (Outgoing)
| Target | Type |
|---|---|
| FormField | uses |
| CustomComponentAdapter | uses |
| getUniqueSelector | uses |
| buildSignals | uses |
| findLabelWithStrategy | uses |
No incoming dependencies.