MCPcopy Index your code
hub / github.com/docker/cli / Size

Method Size

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

Source from the content-addressed store, hash-verified

246}
247
248func (c *imageContext) Size() string {
249 return units.HumanSizeWithPrecision(float64(c.i.Size), 3)
250}
251
252func (c *imageContext) Containers() string {
253 if c.i.Containers == -1 {

Callers 3

localContentSizeFunction · 0.45
toPrefixFunction · 0.45
runInitFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected