Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/GongShichen/LuminaCode
/ GetSlotInfo
Method
GetSlotInfo
agent/tools_executor.go:296–298 ·
view source on GitHub ↗
(toolUseID string)
Source
from the content-addressed store, hash-verified
294
func
(e *StreamingToolExecutor) AbortSiblings(failedToolID string) {
295
e.mu.Lock()
296
defer
e.mu.Unlock()
297
failed := e.slots[failedToolID]
298
if
failed == nil {
299
return
300
}
301
aborted := 0
Callers
nothing calls this directly
Calls
1
GetSlot
Method · 0.95
Tested by
no test coverage detected