()
| 277 | } |
| 278 | |
| 279 | func (r *readCloserAdapter) Close() error { |
| 280 | return nil |
| 281 | } |
| 282 | |
| 283 | // wrapDockerCliWithStreams wraps the Docker CLI to intercept and override stream methods |
| 284 | func (s *composeService) wrapDockerCliWithStreams(baseCli command.Cli) command.Cli { |
nothing calls this directly
no outgoing calls
no test coverage detected