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

Function flushInteractionTime

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

Source from the content-addressed store, hash-verified

672 * a single Date.now() call.
673 */
674export function flushInteractionTime(): void {
675 if (interactionTimeDirty) {
676 flushInteractionTime_inner()
677 }
678}
679
680function flushInteractionTime_inner(): void {
681 STATE.lastInteractionTime = Date.now()

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected