Code
Hub
Workspaces
Connect your AI tool
Indexed graphs
Engine
MCP
copy
hub
/
github.com/docker/compose
/ stdout
Method
stdout
pkg/compose/compose.go:258–260 · pkg/compose/compose.go::composeService.stdout
()
Source
from the content-addressed store, hash-verified
256
}
257
258
func
(s *composeService) stdout() *streams.Out {
259
return
s.dockerCli.Out()
260
}
261
262
func
(s *composeService) stdin() *streams.In {
263
return
s.dockerCli.In()
Callers
10
copyFromContainer
Method · 0.95
export
Method · 0.95
attach
Method · 0.95
Up
Method · 0.95
Remove
Method · 0.95
doBuildBake
Method · 0.95
doBuildImage
Method · 0.95
runHook
Method · 0.95
Wait
Method · 0.95
Exec
Method · 0.80
Calls
1
Out
Method · 0.45
Tested by
no test coverage detected