Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/docker/cli
/ MarshalJSON
Method
MarshalJSON
cli/command/formatter/image.go:211–213 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
209
}
210
211
func
(c *imageContext) MarshalJSON() ([]byte, error) {
212
return
MarshalJSON(c)
213
}
214
215
func
(c *imageContext) ID() string {
216
if
c.trunc {
Callers
nothing calls this directly
Calls
1
MarshalJSON
Function · 0.85
Tested by
no test coverage detected