Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/darkreader/darkreader
/ isParsedStyleRule
Function
isParsedStyleRule
src/utils/css-text/parse-css.ts:114–116 ·
view source on GitHub ↗
(rule: ParsedAtRule | ParsedStyleRule)
Source
from the content-addressed store, hash-verified
112
}
113
114
export
function
isParsedStyleRule(rule: ParsedAtRule | ParsedStyleRule): rule is ParsedStyleRule {
115
return
'selectors'
in rule;
116
}
Callers
2
formatRule
Function · 0.90
clearEmptyRules
Function · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected