MCPcopy Create free account
hub / github.com/GongShichen/LuminaCode / PinConsumedCacheEdits

Method PinConsumedCacheEdits

agent/loop.go:1158–1160  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1156 result = append(result, msg)
1157 continue
1158 }
1159 blocks := contentBlocks(msg["content"])
1160 if len(blocks) == 0 {
1161 result = append(result, msg)
1162 continue
1163 }

Calls 1

pinConsumedCacheEditsMethod · 0.95