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

Function totalToolResultContentChars

agent/tools_executor.go:533–541  ·  view source on GitHub ↗
(results []map[string]any)

Source from the content-addressed store, hash-verified

531 }
532}
533
534func signalAbort(slot *ToolSlot) {
535 if slot == nil || slot.abort == nil {
536 return
537 }
538 select {
539 case <-slot.abort:
540 default:
541 close(slot.abort)
542 }
543}
544

Callers 1

GetRemainingResultsMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected