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

Method Execute

go/engine/node.go:49–49  ·  view source on GitHub ↗
(ctx context.Context, scope *Scope)

Source from the content-addressed store, hash-verified

47type Executable interface {
48 Wirable
49 Execute(ctx context.Context, scope *Scope) (nextState string, err error)
50}
51
52// Emitter marks nodes that can emit variables to a scope

Callers 2

CallMethod · 0.65
RunMethod · 0.65

Implementers 14

MockExecutablego/engine/mocks_test.go
MockExecutable_Expectergo/engine/mocks_test.go
fakeActiongo/engine/function_test.go
WritePingo/engine/node/pinwrite.go
FunctionCallgo/engine/node/functioncall.go
WebFetchgo/engine/node/webfetch.go
SerialReadgo/engine/node/serialread.go
Retrievergo/engine/node/retriever.go
MqttPublishgo/engine/node/mqttpublish.go
ReadPingo/engine/node/pinread.go
SerialWritego/engine/node/serialwrite.go
SetVariablego/engine/node/setvariable.go

Calls

no outgoing calls

Tested by

no test coverage detected