Code
Hub
Workspaces
Connect your AI tool
Indexed graphs
Engine
MCP
copy
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
318
func
(w *streamOverrideWrapper) Err() *streams.Out {
319
if
w.errStream != nil {
320
return
w.errStream
321
}
322
return
w.Cli.Err()
323
}
324
325
func
(w *streamOverrideWrapper) In() *streams.In {
326
if
w.inStream != nil {
Callers
nothing calls this directly
Calls
1
Err
Method · 0.65
Tested by
no test coverage detected