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