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

Method MarshalJSON

cli/command/formatter/image.go:211–213  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

209}
210
211func (c *imageContext) MarshalJSON() ([]byte, error) {
212 return MarshalJSON(c)
213}
214
215func (c *imageContext) ID() string {
216 if c.trunc {

Callers

nothing calls this directly

Calls 1

MarshalJSONFunction · 0.85

Tested by

no test coverage detected