MCPcopy Create free account
hub / github.com/freecodexyz/free-code / resetTurnClassifierDuration

Function resetTurnClassifierDuration

src/bootstrap/state.ts:632–635  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

630}
631
632export function resetTurnClassifierDuration(): void {
633 STATE.turnClassifierDurationMs = 0
634 STATE.turnClassifierCount = 0
635}
636
637export function getTurnClassifierCount(): number {
638 return STATE.turnClassifierCount

Callers 1

REPLFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected