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

Method NotFound

cli-plugins/manager/manager.go:26–26  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

24type errPluginNotFound string
25
26func (errPluginNotFound) NotFound() {}
27
28func (e errPluginNotFound) Error() string {
29 return "Error: No such CLI plugin: " + string(e)

Callers 1

TestErrPluginNotFoundFunction · 0.45

Calls

no outgoing calls

Tested by 1

TestErrPluginNotFoundFunction · 0.36