MCPcopy
hub / github.com/Doorman11991/smallcode / __resetTraces

Function __resetTraces

src/compiled/cognition/traces.js:189–192  ·  view source on GitHub ↗

For tests: reset the in-memory backend.

()

Source from the content-addressed store, hash-verified

187}
188/** For tests: reset the in-memory backend. */
189function __resetTraces() {
190 if (__backend.__reset)
191 __backend.__reset();
192}

Callers

nothing calls this directly

Calls 1

__resetMethod · 0.65

Tested by

no test coverage detected