MCPcopy
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
63func (e fakeStreamResult) Read(p []byte) (int, error) { return e.ReadCloser.Read(p) }
64func (e fakeStreamResult) Close() error { return e.ReadCloser.Close() }
65
66// NewDryRunClient produces a DryRunClient

Callers 1

ExecCreateMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected