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

Method Read

pkg/compose/compose.go:275–277  ·  view source on GitHub ↗
(p []byte)

Source from the content-addressed store, hash-verified

273}
274
275func (r *readCloserAdapter) Read(p []byte) (int, error) {
276 return r.r.Read(p)
277}
278
279func (r *readCloserAdapter) Close() error {
280 return nil

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected