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

Method ConsumeCacheEditsForRequest

agent/loop.go:1154–1156  ·  view source on GitHub ↗
(visibleToolResultIDs map[string]struct{})

Source from the content-addressed store, hash-verified

1152 state.CacheBreakPoints = breakpoints
1153 result := make([]map[string]any, 0, len(messages))
1154 for i, msg := range messages {
1155 if !breakpoints.Contains(i) {
1156 result = append(result, msg)
1157 continue
1158 }
1159 blocks := contentBlocks(msg["content"])

Calls 1