()
| 86 | * Clears the pending state (caller must pin them after insertion). |
| 87 | */ |
| 88 | export function consumePendingCacheEdits(): |
| 89 | | import('./cachedMicrocompact.js').CacheEditsBlock |
| 90 | | null { |
| 91 | const edits = pendingCacheEdits |
| 92 | pendingCacheEdits = null |
| 93 | return edits |
| 94 | } |
| 95 | |
| 96 | /** |
| 97 | * Get all previously-pinned cache edits that must be re-sent at their |