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

Method MarshalJSON

cli/command/formatter/volume.go:82–84  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

80}
81
82func (c *volumeContext) MarshalJSON() ([]byte, error) {
83 return MarshalJSON(c)
84}
85
86func (c *volumeContext) Name() string {
87 return c.v.Name

Callers

nothing calls this directly

Calls 1

MarshalJSONFunction · 0.85

Tested by

no test coverage detected