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

Method Signal

client/connection/process.go:47–49  ·  view source on GitHub ↗
(signal garden.Signal)

Source from the content-addressed store, hash-verified

45}
46
47func (p *process) Signal(signal garden.Signal) error {
48 return p.processInputStream.Signal(signal)
49}
50
51func (p *process) exited(exitStatus int, err error) {
52 p.doneL.L.Lock()

Callers

nothing calls this directly

Calls 1

SignalMethod · 0.65

Tested by

no test coverage detected