Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/algorithm-visualizer/algorithm-visualizer
/ printf
Method
printf
src/core/tracers/LogTracer.js:23–25 ·
view source on GitHub ↗
(format, ...args)
Source
from the content-addressed store, hash-verified
21
}
22
23
printf(format, ...args) {
24
this.print(sprintf(format, ...args));
25
}
26
}
27
28
export
default LogTracer;
Callers
nothing calls this directly
Calls
1
print
Method · 0.95
Tested by
no test coverage detected