Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/nodejs/node
/ onPrimaryColor
Method
onPrimaryColor
deps/v8/tools/system-analyzer/view/helper.mjs:43–45 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
41
return
this.get(
'on-background-color'
);
42
}
43
static get onPrimaryColor() {
44
return
this.get(
'on-primary-color'
);
45
}
46
static get onSecondaryColor() {
47
return
this.get(
'on-secondary-color'
);
48
}
Callers
nothing calls this directly
Calls
1
get
Method · 0.95
Tested by
no test coverage detected