escapeCSS function ✓ 100.0%
Last updated: 2026-03-05T12:26:14.062Z
Metrics
LOC: 3
Complexity: 1
Params: 1
Coverage: 100.0% (1/1 lines, 85x executed)
Signature
escapeCSS(value: string): : string
Source Code
function escapeCSS(value: string): string {
return CSS.escape(value);
}
Dependencies (Outgoing)
| Target | Type |
|---|---|
| SmartSelector | uses |
| SelectorStrategy | uses |
Impact (Incoming)
| Source | Type |
|---|---|
| tryDataTestId | calls |
| tryAriaLabel | calls |
| tryRole | calls |
| tryName | calls |
| tryId | calls |
| tryPlaceholder | calls |
| buildFallbackCSS | calls |