MCPcopy
hub / github.com/runfinch/finch / ExecCmdCreator

Struct ExecCmdCreator

pkg/command/exec.go:12–12  ·  view source on GitHub ↗

ExecCmdCreator implements CommandCreator by invoking functions offered by os/exec.

Source from the content-addressed store, hash-verified

10
11// ExecCmdCreator implements CommandCreator by invoking functions offered by os/exec.
12type ExecCmdCreator struct{}
13
14var _ Creator = (*ExecCmdCreator)(nil)
15

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected