Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
601
export
function
resetTurnHookDuration(): void {
602
STATE.turnHookDurationMs = 0
603
STATE.turnHookCount = 0
604
}
605
606
export
function
getTurnHookCount(): number {
607
return
STATE.turnHookCount
Callers
1
REPL
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected