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

Method Outputs

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

Outputs returns the output a node does actually emit (bindingMode = emit)

()

Source from the content-addressed store, hash-verified

54 Wirable
55 // Outputs returns the output a node does actually emit (bindingMode = emit)
56 Outputs() map[string]workflowapi.DataType
57}
58
59// HasSetup is implemented by nodes that need ctx-bound, fallible initialization

Callers 4

RegisterNodeOutputsFunction · 0.65
TestAgent_OutputsFunction · 0.65
TestOnThreshold_OutputsFunction · 0.65

Implementers 13

MockEmittergo/engine/mocks_test.go
MockEmitter_Expectergo/engine/mocks_test.go
fakeEmittergo/engine/scope_test.go
fakeActiongo/engine/function_test.go
FunctionCallgo/engine/node/functioncall.go
WebFetchgo/engine/node/webfetch.go
SerialReadgo/engine/node/serialread.go
Retrievergo/engine/node/retriever.go
ReadPingo/engine/node/pinread.go
Agentgo/engine/node/agent.go
OnSerialReceivego/engine/node/trigger/serialreceive.g
OnMqttMessagego/engine/node/trigger/onmqttmessage.g

Calls

no outgoing calls

Tested by 3

TestAgent_OutputsFunction · 0.52
TestOnThreshold_OutputsFunction · 0.52