Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/algorithm-visualizer/algorithm-visualizer
/ set
Method
set
src/core/tracers/LogTracer.js:10–13 ·
view source on GitHub ↗
(log = '')
Source
from the content-addressed store, hash-verified
8
}
9
10
set(log =
''
) {
11
this.log = log;
12
super.set();
13
}
14
15
print(message) {
16
this.log += message;
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected