Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
29
type
inUseError string
30
31
func
(e inUseError) Error() string {
32
return
"plugin "
+ string(e) +
" is in use"
33
}
34
35
func
(inUseError) Conflict() {}
36
Callers
15
upgradePlugin
Method · 0.45
withFetchProgress
Function · 0.45
getManifestDescriptor
Method · 0.45
HandleExitEvent
Method · 0.45
handleLoadError
Function · 0.45
reload
Method · 0.45
TestAppendDevicePermissionsFromCgroupRules
Function · 0.45
initCaps
Function · 0.45
TestValidateIPAddress
Function · 0.45
TestMapOpts
Function · 0.45
TestListOptsWithoutValidator
Function · 0.45
TestListOptsWithValidator
Function · 0.45
Calls
no outgoing calls
Tested by
12
TestAppendDevicePermissionsFromCgroupRules
Function · 0.36
TestValidateIPAddress
Function · 0.36
TestMapOpts
Function · 0.36
TestListOptsWithoutValidator
Function · 0.36
TestListOptsWithValidator
Function · 0.36
TestValidateLabel
Function · 0.36
TestParseLink
Function · 0.36
TestMapMapOpts
Function · 0.36
TestValidateEnv
Function · 0.36
TestParseDockerDaemonHost
Function · 0.36
TestParseTCP
Function · 0.36
TestValidateExtraHosts
Function · 0.36