()
| 44 | } |
| 45 | |
| 46 | func (self *ZeroCopySource) Pos() uint64 { |
| 47 | return self.off |
| 48 | } |
| 49 | |
| 50 | // Size returns the original length of the underlying byte slice. |
| 51 | // Size is the number of bytes available for reading via ReadAt. |
no outgoing calls
no test coverage detected