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

Function absInt

agent/loop.go:1106–1111  ·  view source on GitHub ↗
(value int)

Source from the content-addressed store, hash-verified

1104 state.CacheBreakPoints.Clear()
1105 return messages
1106 }
1107 n := len(messages)
1108 if n < 8 {
1109 state.CacheBreakPoints.Clear()
1110 return messages
1111 }
1112
1113 boundary := n - 4
1114 breakpoints := mapset.NewSet[int]()

Callers 1

applyRollingCacheMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected