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

Function flushInteractionTime_inner

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

Source from the content-addressed store, hash-verified

678}
679
680function flushInteractionTime_inner(): void {
681 STATE.lastInteractionTime = Date.now()
682 interactionTimeDirty = false
683}
684
685export function addToTotalLinesChanged(added: number, removed: number): void {
686 STATE.totalLinesAdded += added

Callers 2

flushInteractionTimeFunction · 0.85

Calls 1

nowMethod · 0.80

Tested by

no test coverage detected