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

Struct LinearNode

go/engine/node.go:89–92  ·  view source on GitHub ↗

===== Embeddable base types ===== LinearNode is embedded by nodes with at most one target per port

Source from the content-addressed store, hash-verified

87
88// LinearNode is embedded by nodes with at most one target per port
89type LinearNode struct {
90 id string
91 transitions map[string]Transition // port → transition
92}
93
94// NewLinearNode creates a new LinearNode
95func NewLinearNode(id string) LinearNode {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected