MCPcopy Create free account
hub / github.com/commander-cli/commander / NewLocalExecutor

Function NewLocalExecutor

pkg/runtime/local_executor.go:19–21  ·  view source on GitHub ↗

NewLocalExecutor creates a new local executor

()

Source from the content-addressed store, hash-verified

17
18// NewLocalExecutor creates a new local executor
19func NewLocalExecutor() Executor {
20 return LocalExecutor{}
21}
22
23// Execute will execute the given test on the current node
24func (e LocalExecutor) Execute(test TestCase) TestResult {

Callers 1

getExecutorMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected