Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
46
type
Cmd
interface
{
47
utilexec.Cmd
48
OSProcess() *os.Process
49
}
50
51
type
executor
struct
{}
52
Callers
1
kill
Method · 0.65
Implementers
1
FakeCmd
xunix/xunixfake/exec.go
Calls
no outgoing calls
Tested by
no test coverage detected