MCPcopy Index your code
hub / github.com/docker/cli / Close

Method Close

cli/command/image/client_test.go:37–37  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

35
36func (e fakeStreamResult) Read(p []byte) (int, error) { return e.ReadCloser.Read(p) }
37func (e fakeStreamResult) Close() error { return e.ReadCloser.Close() }
38
39func (cli *fakeClient) ImageTag(_ context.Context, options client.ImageTagOptions) (client.ImageTagResult, error) {
40 if cli.imageTagFunc != nil {

Callers 6

runPushFunction · 0.45
runPullFunction · 0.45
runImportFunction · 0.45
runSaveFunction · 0.45
runLoadFunction · 0.45
runBuildFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected