MCPcopy
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
28func JSON(out io.Writer) api.EventProcessor {
29 return &jsonWriter{
30 out: out,
31 }
32}
33
34type jsonWriter struct {
35 out io.Writer

Callers 1

selectEventProcessorFunction · 0.92

Calls

no outgoing calls

Tested by

no test coverage detected