MCPcopy Index your code
hub / github.com/algorithm-visualizer/algorithm-visualizer / println

Method println

src/core/tracers/LogTracer.js:19–21  ·  view source on GitHub ↗
(message)

Source from the content-addressed store, hash-verified

17 }
18
19 println(message) {
20 this.print(message + '\n');
21 }
22
23 printf(format, ...args) {
24 this.print(sprintf(format, ...args));

Callers 4

highlightMethod · 0.80
highlightFunction · 0.80
visitOrLeaveMethod · 0.80
selectOrDeselectMethod · 0.80

Calls 1

printMethod · 0.95

Tested by

no test coverage detected