MCPcopy Index your code
hub / github.com/moby/moby / Error

Method Error

daemon/pkg/plugin/errors.go:31–33  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

29type inUseError string
30
31func (e inUseError) Error() string {
32 return "plugin " + string(e) + " is in use"
33}
34
35func (inUseError) Conflict() {}
36

Callers 15

upgradePluginMethod · 0.45
withFetchProgressFunction · 0.45
getManifestDescriptorMethod · 0.45
HandleExitEventMethod · 0.45
handleLoadErrorFunction · 0.45
reloadMethod · 0.45
initCapsFunction · 0.45
TestValidateIPAddressFunction · 0.45
TestMapOptsFunction · 0.45

Calls

no outgoing calls

Tested by 12

TestValidateIPAddressFunction · 0.36
TestMapOptsFunction · 0.36
TestValidateLabelFunction · 0.36
TestParseLinkFunction · 0.36
TestMapMapOptsFunction · 0.36
TestValidateEnvFunction · 0.36
TestParseTCPFunction · 0.36
TestValidateExtraHostsFunction · 0.36