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

Method ID

client/connection/process.go:27–29  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

25}
26
27func (p *process) ID() string {
28 return p.id
29}
30
31func (p *process) Wait() (int, error) {
32 p.doneL.L.Lock()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected