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

Method signalActivity

agent/tools_executor.go:503–508  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

501 if e.Observer != nil && call.ID != "" {
502 if err := e.Observer.ToolFinished(ctx, call, result, isError, finalState); err != nil {
503 e.cancelAll()
504 }
505 }
506 e.maybeDrain()
507 e.signalActivity()
508 }()
509
510 e.mu.Lock()
511 slot := e.slots[tcID]

Callers 4

DenyToolMethod · 0.95
AbortSiblingsMethod · 0.95
executeOneMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected