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

Method getBlockCount

src/utils/CircularBlockBuffer.cpp:44–46  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

42}
43
44size_t CircularBlockBuffer::getBlockCount() const {
45 return _blockCount;
46}
47
48void CircularBlockBuffer::reset() {
49 if (!_external_buffer) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected