MCPcopy Create free account
hub / github.com/codeaashu/claude-code / resetTurnToolDuration

Function resetTurnToolDuration

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

Source from the content-addressed store, hash-verified

612}
613
614export function resetTurnToolDuration(): void {
615 STATE.turnToolDurationMs = 0
616 STATE.turnToolCount = 0
617}
618
619export function getTurnToolCount(): number {
620 return STATE.turnToolCount

Callers 1

REPLFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected