Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
614
export
function
resetTurnToolDuration(): void {
615
STATE.turnToolDurationMs = 0
616
STATE.turnToolCount = 0
617
}
618
619
export
function
getTurnToolCount(): number {
620
return
STATE.turnToolCount
Callers
1
REPL
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected