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

Function getLastApiCompletionTimestamp

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

Source from the content-addressed store, hash-verified

775}
776
777export function getLastApiCompletionTimestamp(): number | null {
778 return STATE.lastApiCompletionTimestamp
779}
780
781export function setLastApiCompletionTimestamp(timestamp: number): void {
782 STATE.lastApiCompletionTimestamp = timestamp

Callers 3

sideQueryFunction · 0.85
queryModelFunction · 0.85
logAPISuccessFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected