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

Method Target

go/engine/node.go:166–166  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

164
165// NewTriggerNode creates a new TriggerNode
166func NewTriggerNode(id string) TriggerNode { return TriggerNode{id: id} }
167
168func (b *TriggerNode) ID() string { return b.id }
169func (b *TriggerNode) Target() string {

Callers 8

TestTriggerNodeFunction · 0.95
WaitMethod · 0.80
WaitMethod · 0.80
WaitMethod · 0.80
WaitMethod · 0.80
WaitMethod · 0.80
WaitMethod · 0.80
WaitMethod · 0.80

Calls

no outgoing calls

Tested by 1

TestTriggerNodeFunction · 0.76