Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/docker/cli
/ MarshalJSON
Method
MarshalJSON
cli/command/formatter/buildcache.go:110–112 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
108
}
109
110
func
(c *buildCacheContext) MarshalJSON() ([]byte, error) {
111
return
MarshalJSON(c)
112
}
113
114
func
(c *buildCacheContext) ID() string {
115
id := c.v.ID
Callers
nothing calls this directly
Calls
1
MarshalJSON
Function · 0.85
Tested by
no test coverage detected