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

Method print

lib/internal/debugger/inspect.js:188–191  ·  view source on GitHub ↗
(text, appendNewline = false)

Source from the content-addressed store, hash-verified

186 }
187
188 print(text, appendNewline = false) {
189 this.clearLine();
190 this.stdout.write(appendNewline ? `${text}\n` : text);
191 }
192
193 #stdioBuffers = { stdout: '', stderr: '' };
194 childPrint(text, which) {

Callers 3

runMethod · 0.95
childPrintMethod · 0.95
printFunction · 0.45

Calls 2

clearLineMethod · 0.95
writeMethod · 0.45

Tested by

no test coverage detected