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

Function imageConvertShellComplete

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

Source from the content-addressed store, hash-verified

346}
347
348func imageConvertShellComplete(cmd *cobra.Command, args []string, toComplete string) ([]string, cobra.ShellCompDirective) {
349 // show image names
350 return completion.ImageNames(cmd)
351}

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…