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

Method Close

client/connection/process_stream.go:28–34  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

26}
27
28func (s *processStream) Close() error {
29 stdin := transport.Stdin
30 return s.sendPayload(transport.ProcessPayload{
31 ProcessID: s.processID,
32 Source: &stdin,
33 })
34}
35
36func (s *processStream) SetTTY(spec garden.TTYSpec) error {
37 return s.sendPayload(&transport.ProcessPayload{

Callers 10

connection_test.goFile · 0.45
streamFunction · 0.45
streamInMethod · 0.45
streamProcessMethod · 0.45
StreamInMethod · 0.45
doMethod · 0.45
HijackMethod · 0.45
StreamMethod · 0.45

Calls 1

sendPayloadMethod · 0.95

Tested by 1

streamFunction · 0.36