| 103 | return backpressured_; |
| 104 | } |
| 105 | bool Empty() const |
| 106 | { |
| 107 | return nextWriteSerial_ == 0; |
| 108 | } |
| 109 | private: |
| 110 | // functions |
| 111 | size_t IndexFromSerial_(size_t serial) const |
nothing calls this directly
no outgoing calls
no test coverage detected