Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/coder/envbox
/ Wait
Method
Wait
xunix/exec.go:98–101 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
96
}
97
98
func
(cmd *cmdWrapper) Wait() error {
99
err := (*osexec.Cmd)(cmd).Wait()
100
return
handleError(err)
101
}
102
103
// Run is part of the Cmd interface.
104
func
(cmd *cmdWrapper) Run() error {
Callers
8
WaitForCVMDocker
Function · 0.45
StopContainer
Function · 0.45
waitForRegistry
Function · 0.45
dockerCmd
Function · 0.45
PullImage
Function · 0.45
GetExecPID
Function · 0.45
WaitForExit
Function · 0.45
BootstrapContainer
Function · 0.45
Calls
1
handleError
Function · 0.85
Tested by
no test coverage detected