MCPcopy
hub / github.com/docker/compose / Close

Method Close

pkg/dryrun/dryrunclient.go:64–64  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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
67func NewDryRunClient(apiClient client.APIClient, cli command.Cli) (*DryRunClient, error) {

Callers

nothing calls this directly

Calls 1

CloseMethod · 0.65

Tested by

no test coverage detected