Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
47
func
(p *process) Signal(signal garden.Signal) error {
48
return
p.processInputStream.Signal(signal)
49
}
50
51
func
(p *process) exited(exitStatus int, err error) {
52
p.doneL.L.Lock()
Callers
nothing calls this directly
Calls
1
Signal
Method · 0.65
Tested by
no test coverage detected