MCPcopy Create free account
hub / github.com/OpenEarable/open-earable / get_num_overflow

Method get_num_overflow

src/utils/CircularBlockBuffer.cpp:140–142  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

138}
139
140int CircularBlockBuffer::get_num_overflow() const {
141 return _overflow_count;
142}
143
144void CircularBlockBuffer::set_buffer(uint8_t *buffer, int blockSize, int blockCount) {
145 _buffer = buffer;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected