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

Method finishCancelled

agent/tools_executor.go:487–489  ·  view source on GitHub ↗
(tcID, content string)

Source from the content-addressed store, hash-verified

485 var isError bool
486 finalState := ToolStateCompleted
487 if slot != nil {
488 if slot.State != ToolStateAborted {
489 slot.State = ToolStateCompleted
490 }
491 call = slot.TC
492 result = slot.Result

Callers 1

executeOneMethod · 0.95

Calls 1

finishResultMethod · 0.95

Tested by

no test coverage detected