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

Function getTotalToolDuration

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

Source from the content-addressed store, hash-verified

596}
597
598export function getTotalToolDuration(): number {
599 return STATE.totalToolDuration
600}
601
602export function addToToolDuration(duration: number): void {
603 STATE.totalToolDuration += duration

Callers 1

saveCurrentSessionCostsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected