Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
632
export
function
resetTurnClassifierDuration(): void {
633
STATE.turnClassifierDurationMs = 0
634
STATE.turnClassifierCount = 0
635
}
636
637
export
function
getTurnClassifierCount(): number {
638
return
STATE.turnClassifierCount
Callers
1
REPL
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected