MCPcopy Create free account
hub / github.com/docker/compose / Close

Method Close

pkg/compose/container.go:38–41  ·  view source on GitHub ↗

Close implement io.ReadCloser

()

Source from the content-addressed store, hash-verified

36
37// Close implement io.ReadCloser
38func (l ContainerStdout) Close() error {
39 l.HijackedResponse.Close()
40 return nil
41}
42
43var _ io.WriteCloser = ContainerStdin{}
44

Callers

nothing calls this directly

Calls 1

CloseMethod · 0.65

Tested by

no test coverage detected