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