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

Function updateLastInteractionTime

src/bootstrap/state.ts:683–689  ·  view source on GitHub ↗
(immediate?: boolean)

Source from the content-addressed store, hash-verified

681let interactionTimeDirty = false
682
683export function updateLastInteractionTime(immediate?: boolean): void {
684 if (immediate) {
685 flushInteractionTime_inner()
686 } else {
687 interactionTimeDirty = true
688 }
689}
690
691/**
692 * If an interaction was recorded since the last flush, update the timestamp

Callers 3

processKeysInBatchFunction · 0.85
REPLFunction · 0.85
useNotifyAfterTimeoutFunction · 0.85

Calls 1

Tested by

no test coverage detected