MCPcopy Index your code
hub / github.com/nodejs/node / defaultColor

Method defaultColor

deps/v8/tools/system-analyzer/view/helper.mjs:49–51  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

47 return this.get('on-secondary-color');
48 }
49 static get defaultColor() {
50 return this.get('default-color');
51 }
52 static get errorColor() {
53 return this.get('error-color');
54 }

Callers

nothing calls this directly

Calls 1

getMethod · 0.95

Tested by

no test coverage detected