()
| 98 | * original positions for cache hits. |
| 99 | */ |
| 100 | export function getPinnedCacheEdits(): import('./cachedMicrocompact.js').PinnedCacheEdits[] { |
| 101 | if (!cachedMCState) { |
| 102 | return [] |
| 103 | } |
| 104 | return cachedMCState.pinnedEdits |
| 105 | } |
| 106 | |
| 107 | /** |
| 108 | * Pin a new cache_edits block to a specific user message position. |