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