(timestamp: number)
| 763 | } |
| 764 | |
| 765 | export 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. */ |
no outgoing calls
no test coverage detected