Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/docker/cli
/ MarshalJSON
Method
MarshalJSON
cli/command/formatter/context.go:62–64 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
60
}
61
62
func
(c *clientContextContext) MarshalJSON() ([]byte, error) {
63
return
MarshalJSON(c)
64
}
65
66
func
(c *clientContextContext) Current() bool {
67
return
c.c.Current
Callers
nothing calls this directly
Calls
1
MarshalJSON
Function · 0.85
Tested by
no test coverage detected