Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/docker/compose
/ JSON
Function
JSON
cmd/display/json.go:28–32 ·
view source on GitHub ↗
(out io.Writer)
Source
from the content-addressed store, hash-verified
26
)
27
28
func
JSON(out io.Writer) api.EventProcessor {
29
return
&jsonWriter{
30
out: out,
31
}
32
}
33
34
type
jsonWriter
struct
{
35
out io.Writer
Callers
1
selectEventProcessor
Function · 0.92
Calls
no outgoing calls
Tested by
no test coverage detected