| 107 | } |
| 108 | |
| 109 | bool |
| 110 | isDrained() const |
| 111 | { |
| 112 | return nullptr == m_reader || !reader_avail_more_than(m_reader, 0); |
| 113 | } |
| 114 | }; |
| 115 | |
| 116 | struct Stage // upstream or downstream (server or client) |
nothing calls this directly
no test coverage detected