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

Method GetSlot

agent/tools_executor.go:290–294  ·  view source on GitHub ↗
(tcID string)

Source from the content-addressed store, hash-verified

288 default:
289 return events
290 }
291 }
292}
293
294func (e *StreamingToolExecutor) AbortSiblings(failedToolID string) {
295 e.mu.Lock()
296 defer e.mu.Unlock()
297 failed := e.slots[failedToolID]

Callers 3

GetSlotInfoMethod · 0.95
CollectToolObservationsFunction · 0.80
executeAndCommitToolsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected