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

Method print

deps/v8/tools/parse-processor.mjs:600–602  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

598 }
599
600 print() {
601 console.log(this.toString())
602 }
603
604 toString() {
605 return ` - ${this.prefix}-time:`.padEnd(24) +

Callers

nothing calls this directly

Calls 2

toStringMethod · 0.95
logMethod · 0.45

Tested by

no test coverage detected