Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
38
func
(l ContainerStdout) Close() error {
39
l.HijackedResponse.Close()
40
return
nil
41
}
42
43
var
_ io.WriteCloser = ContainerStdin{}
44
Callers
nothing calls this directly
Calls
1
Close
Method · 0.65
Tested by
no test coverage detected