| 138 | } |
| 139 | |
| 140 | int CircularBlockBuffer::get_num_overflow() const { |
| 141 | return _overflow_count; |
| 142 | } |
| 143 | |
| 144 | void CircularBlockBuffer::set_buffer(uint8_t *buffer, int blockSize, int blockCount) { |
| 145 | _buffer = buffer; |
nothing calls this directly
no outgoing calls
no test coverage detected