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

Function getTotalAPIDurationWithoutRetries

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

Source from the content-addressed store, hash-verified

576}
577
578export function getTotalAPIDurationWithoutRetries(): number {
579 return STATE.totalAPIDurationWithoutRetries
580}
581
582export function getTotalToolDuration(): number {
583 return STATE.totalToolDuration

Callers 1

saveCurrentSessionCostsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected