(p []byte)
| 196 | } |
| 197 | func (o *SortReadObject) Writer() (io.WriteCloser, error) { return o, nil } |
| 198 | func (o *SortReadObject) Write(p []byte) (n int, err error) { return len(p), nil } |
| 199 | func (o *SortReadObject) Close() error { return nil } |
| 200 | |
| 201 | // a ReadCloser that only returns 6 bytes at a time, to simulate incomplete reads. |
no outgoing calls
no test coverage detected