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

Function updateLastInteractionTime

src/bootstrap/state.ts:667–673  ·  view source on GitHub ↗
(immediate?: boolean)

Source from the content-addressed store, hash-verified

665let interactionTimeDirty = false
666
667export function updateLastInteractionTime(immediate?: boolean): void {
668 if (immediate) {
669 flushInteractionTime_inner()
670 } else {
671 interactionTimeDirty = true
672 }
673}
674
675/**
676 * If an interaction was recorded since the last flush, update the timestamp

Callers 3

processKeysInBatchFunction · 0.85
REPLFunction · 0.85
useNotifyAfterTimeoutFunction · 0.85

Calls 1

Tested by

no test coverage detected