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

Function flushInteractionTime

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

Source from the content-addressed store, hash-verified

678 * a single Date.now() call.
679 */
680export function flushInteractionTime(): void {
681 if (interactionTimeDirty) {
682 flushInteractionTime_inner()
683 }
684}
685
686function flushInteractionTime_inner(): void {
687 STATE.lastInteractionTime = Date.now()

Callers 1

onRenderMethod · 0.85

Calls 1

Tested by

no test coverage detected