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

Method Out

pkg/compose/compose.go:311–316  ·  pkg/compose/compose.go::streamOverrideWrapper.Out
()

Source from the content-addressed store, hash-verified

309}
310
311func (w *streamOverrideWrapper) Out() *streams.Out {
312 if w.outStream != nil {
313 return w.outStream
314 }
315 return w.Cli.Out()
316}
317
318func (w *streamOverrideWrapper) Err() *streams.Out {
319 if w.errStream != nil {

Callers 3

prepareMocksFunction · 0.45
TestRunHook_ConsoleSizeFunction · 0.45
stdoutMethod · 0.45

Calls

no outgoing calls

Tested by 2

prepareMocksFunction · 0.36
TestRunHook_ConsoleSizeFunction · 0.36