MCPcopy Create free account
hub / github.com/docker/compose / Close

Method Close

pkg/compose/compose.go:279–281  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

277}
278
279func (r *readCloserAdapter) Close() error {
280 return nil
281}
282
283// wrapDockerCliWithStreams wraps the Docker CLI to intercept and override stream methods
284func (s *composeService) wrapDockerCliWithStreams(baseCli command.Cli) command.Cli {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected