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

Method Transitions

go/engine/node.go:139–139  ·  view source on GitHub ↗
(port string)

Source from the content-addressed store, hash-verified

137 return nil
138}
139func (b *BranchingNode) Transitions(port string) []Transition { return b.transitions[port] }
140
141// ToolNode is embedded by tool-only nodes that never participate in the state machine
142type ToolNode struct {

Callers 4

TestBranchingNodeFunction · 0.95
SetupMethod · 0.80
nextMethod · 0.80
buildResponseFormatMethod · 0.80

Calls

no outgoing calls

Tested by 1

TestBranchingNodeFunction · 0.76