MCPcopy Create free account
hub / github.com/cloudfoundry/garden / exited

Method exited

client/connection/process.go:51–59  ·  view source on GitHub ↗
(exitStatus int, err error)

Source from the content-addressed store, hash-verified

49}
50
51func (p *process) exited(exitStatus int, err error) {
52 p.doneL.L.Lock()
53 p.exitStatus = exitStatus
54 p.exitErr = err
55 p.done = true
56 p.doneL.L.Unlock()
57
58 p.doneL.Broadcast()
59}

Callers 1

streamProcessMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected