MCPcopy Create free account
hub / github.com/Noumena-Network/code / getTotalDuration

Function getTotalDuration

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

Source from the content-addressed store, hash-verified

588}
589
590export function getTotalDuration(): number {
591 return Date.now() - STATE.startTime
592}
593
594export function getTotalAPIDurationWithoutRetries(): number {
595 return STATE.totalAPIDurationWithoutRetries

Callers 3

saveCurrentSessionCostsFunction · 0.85
formatTotalCostFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected