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

Function flushInteractionTime_inner

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

Source from the content-addressed store, hash-verified

700}
701
702function flushInteractionTime_inner(): void {
703 STATE.lastInteractionTime = Date.now()
704 interactionTimeDirty = false
705}
706
707export function addToTotalLinesChanged(added: number, removed: number): void {
708 STATE.totalLinesAdded += added

Callers 2

flushInteractionTimeFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected