MCPcopy Create free account
hub / github.com/containerd/nerdctl / volumeInspectShellComplete

Function volumeInspectShellComplete

cmd/nerdctl/volume/volume_inspect.go:75–78  ·  view source on GitHub ↗
(cmd *cobra.Command, args []string, toComplete string)

Source from the content-addressed store, hash-verified

73}
74
75func volumeInspectShellComplete(cmd *cobra.Command, args []string, toComplete string) ([]string, cobra.ShellCompDirective) {
76 // show volume names
77 return completion.VolumeNames(cmd)
78}

Callers

nothing calls this directly

Calls 1

VolumeNamesFunction · 0.92

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…