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

Function getLastInteractionTime

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

Source from the content-addressed store, hash-verified

797}
798
799export function getLastInteractionTime(): number {
800 return STATE.lastInteractionTime
801}
802
803// Scroll drain suspension — background intervals check this before doing work
804// so they don't compete with scroll frames for the event loop. Set by

Callers 4

runVerySlowOpsFunction · 0.85
REPLFunction · 0.85
pollFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected