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

Function flushInteractionTime_inner

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

Source from the content-addressed store, hash-verified

684}
685
686function flushInteractionTime_inner(): void {
687 STATE.lastInteractionTime = Date.now()
688 interactionTimeDirty = false
689}
690
691export function addToTotalLinesChanged(added: number, removed: number): void {
692 STATE.totalLinesAdded += added

Callers 2

flushInteractionTimeFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected