MCPcopy Index your code
hub / github.com/codeaashu/claude-code / getTotalToolDuration

Function getTotalToolDuration

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

Source from the content-addressed store, hash-verified

580}
581
582export function getTotalToolDuration(): number {
583 return STATE.totalToolDuration
584}
585
586export function addToToolDuration(duration: number): void {
587 STATE.totalToolDuration += duration

Callers 1

saveCurrentSessionCostsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected