Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/docker/cli
/ MarshalJSON
Method
MarshalJSON
cli/command/formatter/volume.go:82–84 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
80
}
81
82
func
(c *volumeContext) MarshalJSON() ([]byte, error) {
83
return
MarshalJSON(c)
84
}
85
86
func
(c *volumeContext) Name() string {
87
return
c.v.Name
Callers
nothing calls this directly
Calls
1
MarshalJSON
Function · 0.85
Tested by
no test coverage detected