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

Function saveShellComplete

cmd/nerdctl/image/image_save.go:122–125  ·  view source on GitHub ↗
(cmd *cobra.Command, args []string, toComplete string)

Source from the content-addressed store, hash-verified

120}
121
122func saveShellComplete(cmd *cobra.Command, args []string, toComplete string) ([]string, cobra.ShellCompDirective) {
123 // show image names
124 return completion.ImageNames(cmd)
125}

Callers

nothing calls this directly

Calls 1

ImageNamesFunction · 0.92

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…