MCPcopy 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
98func (cmd *cmdWrapper) Wait() error {
99 err := (*osexec.Cmd)(cmd).Wait()
100 return handleError(err)
101}
102
103// Run is part of the Cmd interface.
104func (cmd *cmdWrapper) Run() error {

Callers 8

WaitForCVMDockerFunction · 0.45
StopContainerFunction · 0.45
waitForRegistryFunction · 0.45
dockerCmdFunction · 0.45
PullImageFunction · 0.45
GetExecPIDFunction · 0.45
WaitForExitFunction · 0.45
BootstrapContainerFunction · 0.45

Calls 1

handleErrorFunction · 0.85

Tested by

no test coverage detected