Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
}
Callers
1
TestRuntimeCacheEditLifecycleMatchesPython
Function · 0.95
Calls
1
pinConsumedCacheEdits
Method · 0.95
Tested by
1
TestRuntimeCacheEditLifecycleMatchesPython
Function · 0.76