MCPcopy Create free account
hub / github.com/freecodexyz/free-code / getPinnedCacheEdits

Function getPinnedCacheEdits

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

Source from the content-addressed store, hash-verified

98 * original positions for cache hits.
99 */
100export 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.

Callers 1

queryModelFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected