Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/docker/cli
/ MarshalJSON
Method
MarshalJSON
cli/command/formatter/disk_usage.go:282–284 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
280
}
281
282
func
(c *diskUsageImagesContext) MarshalJSON() ([]byte, error) {
283
return
MarshalJSON(c)
284
}
285
286
func
(*diskUsageImagesContext) Type() string {
287
return
"Images"
Callers
nothing calls this directly
Calls
1
MarshalJSON
Function · 0.85
Tested by
no test coverage detected