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

Function newExecID

internal/controller/executor/executor.go:36–41  ·  view source on GitHub ↗
(parent, child string)

Source from the content-addressed store, hash-verified

34}
35
36func newExecID(parent, child string) string {
37 if parent == "" {
38 return child
39 }
40 return parent + "-" + child
41}
42
43func DefaultExecutor(eventLog EventLog, registry map[string]agent.Agent) agent.Executor {
44 return &defaultExecutor{

Callers 2

ExecMethod · 0.85
ExecMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected