Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/docker/compose
/ In
Method
In
pkg/compose/compose.go:325–330 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
323
}
324
325
func
(w *streamOverrideWrapper) In() *streams.In {
326
if
w.inStream != nil {
327
return
w.inStream
328
}
329
return
w.Cli.In()
330
}
331
332
func
getCanonicalContainerName(c container.Summary) string {
333
if
len(c.Names) == 0 {
Callers
1
stdin
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected