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

Function stdinfo

cmd/compose/compose.go:635–640  ·  cmd/compose/compose.go::stdinfo
(dockerCli command.Cli)

Source from the content-addressed store, hash-verified

633}
634
635func stdinfo(dockerCli command.Cli) io.Writer {
636 if stdioToStdout {
637 return dockerCli.Out()
638 }
639 return dockerCli.Err()
640}
641
642// selectEventProcessor picks the EventProcessor for Compose progress rendering.
643//

Callers 3

runRemoveFunction · 0.85
selectEventProcessorFunction · 0.85
runKillFunction · 0.85

Calls 2

ErrMethod · 0.65
OutMethod · 0.45

Tested by

no test coverage detected