MCPcopy Index your code
hub / github.com/containers/toolbox / rootRun

Function rootRun

src/cmd/root.go:216–218  ·  view source on GitHub ↗
(cmd *cobra.Command, args []string)

Source from the content-addressed store, hash-verified

214}
215
216func rootRun(cmd *cobra.Command, args []string) error {
217 return rootRunImpl(cmd, args)
218}
219
220func migrate(cmd *cobra.Command, args []string) error {
221 logrus.Debug("Migrating to newer Podman")

Callers

nothing calls this directly

Calls 1

rootRunImplFunction · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…