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

Method MarshalJSON

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

Source from the content-addressed store, hash-verified

316}
317
318func (c *diskUsageContainersContext) MarshalJSON() ([]byte, error) {
319 return MarshalJSON(c)
320}
321
322func (*diskUsageContainersContext) Type() string {
323 return "Containers"

Callers

nothing calls this directly

Calls 1

MarshalJSONFunction · 0.85

Tested by

no test coverage detected