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

Function firstStrings

agent/memory_recall.go:145–150  ·  view source on GitHub ↗
(values []string, limit int)

Source from the content-addressed store, hash-verified

143 }
144 }
145 }
146 return strings.TrimSpace(strings.Join(parts, "\n"))
147}
148
149func maxIntAgent(left, right int) int {
150 if left > right {
151 return left
152 }
153 return right

Callers 1

BuildFollowupRecallQueryFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected