MCPcopy 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
93func (cmd *cmdWrapper) Start() error {
94 err := (*osexec.Cmd)(cmd).Start()
95 return handleError(err)
96}
97
98func (cmd *cmdWrapper) Wait() error {
99 err := (*osexec.Cmd)(cmd).Wait()

Callers 2

FakeBuildLogRecorderFunction · 0.45
dockerCmdFunction · 0.45

Calls 1

handleErrorFunction · 0.85

Tested by

no test coverage detected