Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
134
func
(b *BranchingNode) ID() string {
return
b.id }
135
func
(b *BranchingNode) AddTransition(port string, tr Transition) error {
136
b.transitions[port] = append(b.transitions[port], tr)
137
return
nil
Callers
1
TestBranchingNode
Function · 0.95
Calls
no outgoing calls
Tested by
1
TestBranchingNode
Function · 0.76