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

Function getTurnHookCount

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

Source from the content-addressed store, hash-verified

604}
605
606export function getTurnHookCount(): number {
607 return STATE.turnHookCount
608}
609
610export function getTurnToolDurationMs(): number {
611 return STATE.turnToolDurationMs

Callers 1

REPLFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected