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

Function updateLastInteractionTime

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

Source from the content-addressed store, hash-verified

659let interactionTimeDirty = false
660
661export function updateLastInteractionTime(immediate?: boolean): void {
662 if (immediate) {
663 flushInteractionTime_inner()
664 } else {
665 interactionTimeDirty = true
666 }
667}
668
669/**
670 * If an interaction was recorded since the last flush, update the timestamp

Callers 2

REPLFunction · 0.85
useNotifyAfterTimeoutFunction · 0.85

Calls 1

Tested by

no test coverage detected