MCPcopy Create free account
hub / github.com/devnullvoid/pvetui / newStorageContentCmd

Function newStorageContentCmd

internal/cli/storage.go:263–273  ·  view source on GitHub ↗

── storage content ───────────────────────────────────────────────────────────

()

Source from the content-addressed store, hash-verified

261// ── storage content ───────────────────────────────────────────────────────────
262
263func newStorageContentCmd() *cobra.Command {
264 cmd := &cobra.Command{
265 Use: "content",
266 Short: "Manage storage content",
267 }
268
269 cmd.AddCommand(newStorageContentListCmd())
270 cmd.AddCommand(newStorageContentDeleteCmd())
271
272 return cmd
273}
274
275func newStorageContentListCmd() *cobra.Command {
276 cmd := &cobra.Command{

Callers 1

newStorageCmdFunction · 0.85

Calls 2

newStorageContentListCmdFunction · 0.85

Tested by

no test coverage detected