MCPcopy 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
43func (p *process) SetTTY(tty garden.TTYSpec) error {
44 return p.processInputStream.SetTTY(tty)
45}
46
47func (p *process) Signal(signal garden.Signal) error {
48 return p.processInputStream.Signal(signal)

Callers

nothing calls this directly

Calls 1

SetTTYMethod · 0.65

Tested by

no test coverage detected