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

Method Error

cli/command/image/remove_test.go:21–23  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

19}
20
21func (n notFound) Error() string {
22 return "Error: No such image: " + n.imageID
23}
24
25func (notFound) NotFound() {}
26

Callers 15

TestValidateOutputPathFunction · 0.45
TestErrCreateDefaultFunction · 0.45
TestErrRemoveDefaultFunction · 0.45
TestSearchContextWriteFunction · 0.45
TestRunLoginFunction · 0.45
TestLoginNonInteractiveFunction · 0.45
TestPluginContextWriteFunction · 0.45
InspectFunction · 0.45
TestResolveErrorFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected