Code
Hub
Trending
Digest
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/nodejs/node
/ secondaryColor
Method
secondaryColor
deps/v8/tools/system-analyzer/view/helper.mjs:34–36 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
32
return
this.get(
'primary-color'
);
33
}
34
static get secondaryColor() {
35
return
this.get(
'secondary-color'
);
36
}
37
static get onSurfaceColor() {
38
return
this.get(
'on-surface-color'
);
39
}
Callers
nothing calls this directly
Calls
1
get
Method · 0.95
Tested by
no test coverage detected