Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/coder/envbox
/ Start
Method
Start
xunix/exec.go:93–96 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
91
}
92
93
func
(cmd *cmdWrapper) Start() error {
94
err := (*osexec.Cmd)(cmd).Start()
95
return
handleError(err)
96
}
97
98
func
(cmd *cmdWrapper) Wait() error {
99
err := (*osexec.Cmd)(cmd).Wait()
Callers
2
FakeBuildLogRecorder
Function · 0.45
dockerCmd
Function · 0.45
Calls
1
handleError
Function · 0.85
Tested by
no test coverage detected