MCPcopy 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
748function isVarDependant(value: string) {
749 return value.includes('var(');
750}
751
752function isConstructedColorVar(value: string) {
753 return (

Callers 6

addModifiedValueMethod · 0.85
getDeclarationsMethod · 0.85
inspectVariableMethod · 0.85
matchReplacerFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected