MCPcopy Index your code
hub / github.com/coder/envbox / Cmd

Interface Cmd

xunix/exec.go:46–49  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

44}
45
46type Cmd interface {
47 utilexec.Cmd
48 OSProcess() *os.Process
49}
50
51type executor struct{}
52

Callers 1

killMethod · 0.65

Implementers 1

FakeCmdxunix/xunixfake/exec.go

Calls

no outgoing calls

Tested by

no test coverage detected