MCPcopy
hub / github.com/google/ax / defaultExecutor

Struct defaultExecutor

internal/controller/executor/executor.go:30–34  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

28type EventLogBuilder func() (EventLog, error)
29
30type defaultExecutor struct {
31 execID string
32 eventLog EventLog
33 registry map[string]agent.Agent
34}
35
36func newExecID(parent, child string) string {
37 if parent == "" {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected