| 17 | var errContextTestWrite = errors.New("context test write failure") |
| 18 | |
| 19 | type failingContextBuffer struct{} |
| 20 | |
| 21 | func (failingContextBuffer) Len() int { return 0 } |
| 22 | func (failingContextBuffer) ReadFrom(_ io.Reader) (int64, error) { |
nothing calls this directly
no outgoing calls
no test coverage detected