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

Function resetTurnHookDuration

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

Source from the content-addressed store, hash-verified

599}
600
601export function resetTurnHookDuration(): void {
602 STATE.turnHookDurationMs = 0
603 STATE.turnHookCount = 0
604}
605
606export function getTurnHookCount(): number {
607 return STATE.turnHookCount

Callers 1

REPLFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected