MCPcopy Create free account
hub / github.com/algorithm-visualizer/algorithm-visualizer / log

Method log

src/core/tracers/GraphTracer.js:256–258  ·  view source on GitHub ↗
(key)

Source from the content-addressed store, hash-verified

254 }
255
256 log(key) {
257 this.logTracer = key ? this.getObject(key) : null;
258 }
259}
260
261export default GraphTracer;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected