MCPcopy Create free account
hub / github.com/nodejs/node / onSecondaryColor

Method onSecondaryColor

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

Source from the content-addressed store, hash-verified

44 return this.get('on-primary-color');
45 }
46 static get onSecondaryColor() {
47 return this.get('on-secondary-color');
48 }
49 static get defaultColor() {
50 return this.get('default-color');
51 }

Callers

nothing calls this directly

Calls 1

getMethod · 0.95

Tested by

no test coverage detected