Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
51
func
(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
streamProcess
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected