Len reports the length of the stored blob. Notably, it indicates the amount of bytes that can be read from the newly created Reader without hiting io.EOF.
()
| 46 | // Notably, it indicates the amount of bytes that can be read from the |
| 47 | // newly created Reader without hiting io.EOF. |
| 48 | Len() int |
| 49 | |
| 50 | // Remove discards buffered body and releases all associated resources. |
| 51 | // |
no outgoing calls
no test coverage detected