MCPcopy Create free account
hub / github.com/docker/cli / MarshalJSON

Method MarshalJSON

cli/command/formatter/disk_usage.go:355–357  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

353}
354
355func (c *diskUsageVolumesContext) MarshalJSON() ([]byte, error) {
356 return MarshalJSON(c)
357}
358
359func (*diskUsageVolumesContext) Type() string {
360 return "Local Volumes"

Callers

nothing calls this directly

Calls 1

MarshalJSONFunction · 0.85

Tested by

no test coverage detected