Code
Hub
Workspaces
Connect your AI tool
Indexed graphs
Engine
MCP
copy
hub
/
github.com/docker/compose
/ jsonWriter
Struct
jsonWriter
cmd/display/json.go:34–37 · cmd/display/json.go::jsonWriter
Source
from the content-addressed store, hash-verified
32
}
33
34
type
jsonWriter
struct
{
35
out io.Writer
36
dryRun bool
37
}
38
39
type
jsonMessage
struct
{
40
DryRun bool `json:
"dry-run,omitempty"
`
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected