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

Method MarshalJSON

cli/command/formatter/buildcache.go:110–112  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

108}
109
110func (c *buildCacheContext) MarshalJSON() ([]byte, error) {
111 return MarshalJSON(c)
112}
113
114func (c *buildCacheContext) ID() string {
115 id := c.v.ID

Callers

nothing calls this directly

Calls 1

MarshalJSONFunction · 0.85

Tested by

no test coverage detected