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

Function abortSignalled

agent/tools_executor.go:521–531  ·  view source on GitHub ↗
(abort <-chan struct{})

Source from the content-addressed store, hash-verified

519 if slot == nil {
520 return
521 }
522 slot.Truncated = truncated
523 slot.IsError = isError
524 slot.Result = map[string]any{"type": "tool_result", "tool_use_id": tcID, "content": content}
525}
526
527func (e *StreamingToolExecutor) signalActivity() {
528 select {
529 case e.activity <- struct{}{}:
530 default:
531 }
532}
533
534func signalAbort(slot *ToolSlot) {

Callers 1

executeOneMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected