()
| 9 | |
| 10 | /** Suppress the compact warning. Call after successful compaction. */ |
| 11 | export function suppressCompactWarning(): void { |
| 12 | compactWarningStore.setState(() => true) |
| 13 | } |
| 14 | |
| 15 | /** Clear the compact warning suppression. Called at start of new compact attempt. */ |
| 16 | export function clearCompactWarningSuppression(): void { |
no outgoing calls
no test coverage detected