MCPcopy
hub / github.com/docker/compose / Plain

Function Plain

cmd/display/plain.go:27–31  ·  view source on GitHub ↗
(out io.Writer)

Source from the content-addressed store, hash-verified

25)
26
27func Plain(out io.Writer) api.EventProcessor {
28 return &plainWriter{
29 out: out,
30 }
31}
32
33type plainWriter struct {
34 out io.Writer

Callers 1

selectEventProcessorFunction · 0.92

Calls

no outgoing calls

Tested by

no test coverage detected