MCPcopy Index your code
hub / github.com/commander-cli/commander / LocalExecutor

Struct LocalExecutor

pkg/runtime/local_executor.go:15–16  ·  view source on GitHub ↗

LocalExecutor will be used to execute tests on the local host

Source from the content-addressed store, hash-verified

13
14// LocalExecutor will be used to execute tests on the local host
15type LocalExecutor struct {
16}
17
18// NewLocalExecutor creates a new local executor
19func NewLocalExecutor() Executor {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected