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

Method print

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

Source from the content-addressed store, hash-verified

13 }
14
15 print(message) {
16 this.log += message;
17 }
18
19 println(message) {
20 this.print(message + '\n');

Callers 2

printlnMethod · 0.95
printfMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected