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

Method Type

cli/command/formatter/disk_usage.go:286–288  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

284}
285
286func (*diskUsageImagesContext) Type() string {
287 return "Images"
288}
289
290func (c *diskUsageImagesContext) TotalCount() string {
291 return strconv.FormatInt(c.totalCount, 10)

Callers 2

marshalMapFunction · 0.45
marshalForMethodFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected