MCPcopy Create free account
hub / github.com/Mirantis/cri-dockerd / Wait

Method Wait

utils/exec.go:154–157  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

152}
153
154func (cmd *cmdWrapper) Wait() error {
155 err := (*exec.Cmd)(cmd).Wait()
156 return handleError(err)
157}
158
159// Run is part of the Cmd interface.
160func (cmd *cmdWrapper) Run() error {

Callers

nothing calls this directly

Calls 2

handleErrorFunction · 0.85
WaitMethod · 0.65

Tested by

no test coverage detected