MCPcopy Create free account
hub / github.com/ForestHubAI/edge-agents / ID

Method ID

go/engine/node.go:134–134  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

132}
133
134func (b *BranchingNode) ID() string { return b.id }
135func (b *BranchingNode) AddTransition(port string, tr Transition) error {
136 b.transitions[port] = append(b.transitions[port], tr)
137 return nil

Callers 1

TestBranchingNodeFunction · 0.95

Calls

no outgoing calls

Tested by 1

TestBranchingNodeFunction · 0.76