(p []byte)
| 558 | func (b bigBuffer) Cap() int64 { return math.MaxInt64 } |
| 559 | |
| 560 | func (b bigBuffer) Read(p []byte) (int, error) { return 0, io.ErrUnexpectedEOF } |
| 561 | |
| 562 | func (b bigBuffer) Write(p []byte) (int, error) { return 0, io.ErrShortBuffer } |
| 563 |
no outgoing calls
no test coverage detected