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

Function newProcess

client/connection/process.go:19–25  ·  view source on GitHub ↗
(id string, processInputStream *processStream)

Source from the content-addressed store, hash-verified

17}
18
19func newProcess(id string, processInputStream *processStream) *process {
20 return &process{
21 id: id,
22 processInputStream: processInputStream,
23 doneL: sync.NewCond(&sync.Mutex{}),
24 }
25}
26
27func (p *process) ID() string {
28 return p.id

Callers 1

streamProcessMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected