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

Method Cancelled

agent/tools_executor.go:300–307  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

298 }
299 if aborted > 0 {
300 e.cancelAll()
301 e.signalActivity()
302 }
303}
304
305func (e *StreamingToolExecutor) GetSlot(tcID string) *ToolSlot {
306 e.mu.Lock()
307 defer e.mu.Unlock()
308 return e.slots[tcID]
309}
310

Callers 4

GetRemainingResultsMethod · 0.95
maybeDrainMethod · 0.95
executeOneMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected