(p []byte)
| 65 | } |
| 66 | |
| 67 | func (s streamsFileReader) Read(p []byte) (n int, err error) { |
| 68 | return s.stream.Read(p) |
| 69 | } |
| 70 | |
| 71 | func (s streamsFileReader) Fd() uintptr { |
| 72 | return s.stream.FD() |
nothing calls this directly
no outgoing calls
no test coverage detected