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

Function getTotalToolDuration

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

Source from the content-addressed store, hash-verified

574}
575
576export function getTotalToolDuration(): number {
577 return STATE.totalToolDuration
578}
579
580export function addToToolDuration(duration: number): void {
581 STATE.totalToolDuration += duration

Callers 1

saveCurrentSessionCostsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected