Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
27
func
Plain(out io.Writer) api.EventProcessor {
28
return
&plainWriter{
29
out: out,
30
}
31
}
32
33
type
plainWriter
struct
{
34
out io.Writer
Callers
1
selectEventProcessor
Function · 0.92
Calls
no outgoing calls
Tested by
no test coverage detected