MCPcopy
hub / github.com/moby/moby / Get

Method Get

daemon/volume/volume.go:30–30  ·  view source on GitHub ↗

Get retrieves the volume with the requested name

(name string)

Source from the content-addressed store, hash-verified

28 List() ([]Volume, error)
29 // Get retrieves the volume with the requested name
30 Get(name string) (Volume, error)
31 // Scope returns the scope of the driver (e.g. `global` or `local`).
32 // Scope determines how the driver is handled at a cluster level
33 Scope() string

Callers 15

TestPluginPushFunction · 0.65
TestImageListFunction · 0.65
TestContainerRestartFunction · 0.65
TestTaskListFunction · 0.65
TestPluginListFunction · 0.65
TestNetworkPruneFunction · 0.65
TestImageRemoveFunction · 0.65

Calls

no outgoing calls

Tested by 15

TestPluginPushFunction · 0.52
TestImageListFunction · 0.52
TestContainerRestartFunction · 0.52
TestTaskListFunction · 0.52
TestPluginListFunction · 0.52
TestNetworkPruneFunction · 0.52
TestImageRemoveFunction · 0.52