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

Method Err

pkg/compose/compose.go:318–323  ·  pkg/compose/compose.go::streamOverrideWrapper.Err
()

Source from the content-addressed store, hash-verified

316}
317
318func (w *streamOverrideWrapper) Err() *streams.Out {
319 if w.errStream != nil {
320 return w.errStream
321 }
322 return w.Cli.Err()
323}
324
325func (w *streamOverrideWrapper) In() *streams.In {
326 if w.inStream != nil {

Callers

nothing calls this directly

Calls 1

ErrMethod · 0.65

Tested by

no test coverage detected