()
| 769 | /** Mark that a compaction just occurred. The next API success event will |
| 770 | * include isPostCompaction=true, then the flag auto-resets. */ |
| 771 | export function markPostCompaction(): void { |
| 772 | STATE.pendingPostCompaction = true |
| 773 | } |
| 774 | |
| 775 | /** Consume the post-compaction flag. Returns true once after compaction, |
| 776 | * then returns false until the next compaction. */ |
no outgoing calls
no test coverage detected