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