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