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

Function historyShellComplete

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

Source from the content-addressed store, hash-verified

271}
272
273func historyShellComplete(cmd *cobra.Command, args []string, toComplete string) ([]string, cobra.ShellCompDirective) {
274 // show image names
275 return completion.ImageNames(cmd)
276}

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…