MCPcopy Index your code
hub / github.com/codeaashu/claude-code / getLastInteractionTime

Function getLastInteractionTime

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

Source from the content-addressed store, hash-verified

781}
782
783export function getLastInteractionTime(): number {
784 return STATE.lastInteractionTime
785}
786
787// Scroll drain suspension — background intervals check this before doing work
788// 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