MCPcopy Create free account
hub / github.com/codeaashu/claude-code / consumePendingCacheEdits

Function consumePendingCacheEdits

src/services/compact/microCompact.ts:88–94  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

86 * Clears the pending state (caller must pin them after insertion).
87 */
88export 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

Callers 1

queryModelFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected