Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Noumena-Network/code
/ getTotalAPIDuration
Function
getTotalAPIDuration
src/bootstrap/state.ts:586–588 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
584
}
585
586
export
function
getTotalAPIDuration(): number {
587
return
STATE.totalAPIDuration
588
}
589
590
export
function
getTotalDuration(): number {
591
return
Date.now() - STATE.startTime
Callers
4
submitMessage
Method · 0.85
saveCurrentSessionCosts
Function · 0.85
formatTotalCost
Function · 0.85
buildStatusLineCommandInput
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected