MCPcopy Create free account
hub / github.com/claude-code-best/claude-code / getLastInteractionTime

Function getLastInteractionTime

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

Source from the content-addressed store, hash-verified

775}
776
777export function getLastInteractionTime(): number {
778 return STATE.lastInteractionTime
779}
780
781// Scroll drain suspension — background intervals check this before doing work
782// 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