Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/docker/compose
/ Read
Method
Read
pkg/dryrun/dryrunclient.go:63–63 · pkg/dryrun/dryrunclient.go::fakeStreamResult.Read
(p []byte)
Source
from the content-addressed store, hash-verified
61
}
62
63
func
(e fakeStreamResult) Read(p []byte) (int, error) {
return
e.ReadCloser.Read(p) }
64
func
(e fakeStreamResult) Close() error {
return
e.ReadCloser.Close() }
65
66
// NewDryRunClient produces a DryRunClient
Callers
1
ExecCreate
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected