| 351 | bool endOfBodyReached(); |
| 352 | virtual bool endOfStream() { return endOfBodyReached(); }; |
| 353 | virtual bool completed() { return endOfBodyReached(); }; |
| 354 | |
| 355 | /** Return the length of the body. |
| 356 | @return Length of the body, in bytes, or kNoContentLengthHeader if no |
nothing calls this directly
no outgoing calls
no test coverage detected