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

Function flushInteractionTime

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

Source from the content-addressed store, hash-verified

694 * a single Date.now() call.
695 */
696export function flushInteractionTime(): void {
697 if (interactionTimeDirty) {
698 flushInteractionTime_inner()
699 }
700}
701
702function flushInteractionTime_inner(): void {
703 STATE.lastInteractionTime = Date.now()

Callers 1

onRenderMethod · 0.85

Calls 1

Tested by

no test coverage detected