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

Method MarshalJSON

cli/command/formatter/context.go:62–64  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

60}
61
62func (c *clientContextContext) MarshalJSON() ([]byte, error) {
63 return MarshalJSON(c)
64}
65
66func (c *clientContextContext) Current() bool {
67 return c.c.Current

Callers

nothing calls this directly

Calls 1

MarshalJSONFunction · 0.85

Tested by

no test coverage detected