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

Method Read

cmd/prompt/prompt.go:67–69  ·  view source on GitHub ↗
(p []byte)

Source from the content-addressed store, hash-verified

65}
66
67func (s streamsFileReader) Read(p []byte) (n int, err error) {
68 return s.stream.Read(p)
69}
70
71func (s streamsFileReader) Fd() uintptr {
72 return s.stream.FD()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected