Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/slimtoolkit/slim
/ executionStub
Struct
executionStub
pkg/test/stub/sensor/execution/execution.go:11–13 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
9
)
10
11
type
executionStub
struct
{
12
commands
chan
command.Message
13
}
14
15
var
_ execution.Interface = &executionStub{}
16
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected