Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ForestHubAI/edge-agents
/ ID
Method
ID
go/engine/node.go:151–151 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
149
}
150
151
func
(b *ToolNode) ID() string {
return
b.id }
152
func
(b *ToolNode) AddTransition(port string, _ Transition) error {
153
return
fmt.Errorf(
"node %s: tool nodes cannot accept state transitions (port %q)"
, b.id, port)
154
}
Callers
1
TestToolNode
Function · 0.95
Calls
no outgoing calls
Tested by
1
TestToolNode
Function · 0.76