Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/docker/compose
/ stdin
Method
stdin
pkg/compose/compose.go:262–264 · pkg/compose/compose.go::composeService.stdin
()
Source
from the content-addressed store, hash-verified
260
}
261
262
func
(s *composeService) stdin() *streams.In {
263
return
s.dockerCli.In()
264
}
265
266
func
(s *composeService) stderr() *streams.Out {
267
return
s.dockerCli.Err()
Callers
2
copyToContainer
Method · 0.95
prepareRun
Method · 0.95
Calls
1
In
Method · 0.45
Tested by
no test coverage detected