Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
println
Method · 0.95
printf
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected