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

Method print

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

Source from the content-addressed store, hash-verified

551 }
552
553 print() {
554 console.log(this.toString());
555 }
556
557 toString() {
558 let ticks = " ▁▂▃▄▅▆▇█";

Callers

nothing calls this directly

Calls 2

toStringMethod · 0.95
logMethod · 0.45

Tested by

no test coverage detected