Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/nodejs/node
/ errorColor
Method
errorColor
deps/v8/tools/system-analyzer/view/helper.mjs:52–54 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
50
return
this.get(
'default-color'
);
51
}
52
static get errorColor() {
53
return
this.get(
'error-color'
);
54
}
55
static get mapBackgroundColor() {
56
return
this.get(
'map-background-color'
);
57
}
Callers
nothing calls this directly
Calls
1
get
Method · 0.95
Tested by
no test coverage detected