MCPcopy Index your code
hub / github.com/coder/envbox / Start

Method Start

background/process.go:52–57  ·  view source on GitHub ↗

Start starts the daemon. It functions akin to ox/exec.Command.Start().

()

Source from the content-addressed store, hash-verified

50
51// Start starts the daemon. It functions akin to ox/exec.Command.Start().
52func (d *Process) Start() error {
53 d.mu.Lock()
54 defer d.mu.Unlock()
55
56 return d.startProcess()
57}
58
59// Wait waits for the process to exit, returning the error on the provided
60// channel.

Callers 2

RunMethod · 0.95
startProcessMethod · 0.45

Calls 1

startProcessMethod · 0.95

Tested by

no test coverage detected