Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cloudfoundry/garden
/ SetTTY
Method
SetTTY
client/connection/process.go:43–45 ·
view source on GitHub ↗
(tty garden.TTYSpec)
Source
from the content-addressed store, hash-verified
41
}
42
43
func
(p *process) SetTTY(tty garden.TTYSpec) error {
44
return
p.processInputStream.SetTTY(tty)
45
}
46
47
func
(p *process) Signal(signal garden.Signal) error {
48
return
p.processInputStream.Signal(signal)
Callers
nothing calls this directly
Calls
1
SetTTY
Method · 0.65
Tested by
no test coverage detected