Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/darkreader/darkreader
/ isVarDependant
Function
isVarDependant
src/inject/dynamic-theme/variables.ts:748–750 ·
view source on GitHub ↗
(value: string)
Source
from the content-addressed store, hash-verified
746
}
747
748
function
isVarDependant(value: string) {
749
return
value.includes(
'var('
);
750
}
751
752
function
isConstructedColorVar(value: string) {
753
return
(
Callers
6
addModifiedValue
Method · 0.85
getDeclarations
Method · 0.85
collectVarsFromCSSDeclarations
Method · 0.85
inspectVariable
Method · 0.85
collectRootVarDependents
Method · 0.85
matchReplacer
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected