Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
Indexed
MCP
copy
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
highlight
Method · 0.80
highlight
Function · 0.80
visitOrLeave
Method · 0.80
selectOrDeselect
Method · 0.80
Calls
1
print
Method · 0.95
Tested by
no test coverage detected