Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
286
func
(*diskUsageImagesContext) Type() string {
287
return
"Images"
288
}
289
290
func
(c *diskUsageImagesContext) TotalCount() string {
291
return
strconv.FormatInt(c.totalCount, 10)
Callers
2
marshalMap
Function · 0.45
marshalForMethod
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected