(port string)
| 137 | return nil |
| 138 | } |
| 139 | func (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 |
| 142 | type ToolNode struct { |
no outgoing calls