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

Method yellow

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

Source from the content-addressed store, hash-verified

65 return this.get('green');
66 }
67 static get yellow() {
68 return this.get('yellow');
69 }
70 static get blue() {
71 return this.get('blue');
72 }

Callers 3

logOptionsMethod · 0.80
writeMethod · 0.80
getHumanOutputItemFunction · 0.80

Calls 1

getMethod · 0.95

Tested by

no test coverage detected