Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenEarable/open-earable
/ getTotalSize
Method
getTotalSize
src/utils/CircularBlockBuffer.cpp:36–38 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
34
}
35
36
size_t CircularBlockBuffer::getTotalSize() const {
37
return _totalSize;
38
}
39
40
size_t CircularBlockBuffer::getBlockSize() const {
41
return _blockSize;
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected