MCPcopy
hub / github.com/codeaashu/claude-code / setLastApiCompletionTimestamp

Function setLastApiCompletionTimestamp

src/bootstrap/state.ts:765–767  ·  view source on GitHub ↗
(timestamp: number)

Source from the content-addressed store, hash-verified

763}
764
765export function setLastApiCompletionTimestamp(timestamp: number): void {
766 STATE.lastApiCompletionTimestamp = timestamp
767}
768
769/** Mark that a compaction just occurred. The next API success event will
770 * include isPostCompaction=true, then the flag auto-resets. */

Callers 2

sideQueryFunction · 0.85
logAPISuccessFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected