implements io.ReadWriteCloser + Reset
| 29 | type ( |
| 30 | // implements io.ReadWriteCloser + Reset |
| 31 | SGL struct { |
| 32 | sgl [][]byte |
| 33 | slab *Slab |
| 34 | woff int64 // stream |
| 35 | roff int64 |
| 36 | } |
| 37 | // uses the underlying SGL to implement io.ReadWriteCloser + io.Seeker |
| 38 | Reader struct { |
| 39 | z *SGL |
nothing calls this directly
no outgoing calls
no test coverage detected