MCPcopy
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
325func (w *streamOverrideWrapper) In() *streams.In {
326 if w.inStream != nil {
327 return w.inStream
328 }
329 return w.Cli.In()
330}
331
332func getCanonicalContainerName(c container.Summary) string {
333 if len(c.Names) == 0 {

Callers 1

stdinMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected