Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenEarable/open-earable
/ getBlockSize
Method
getBlockSize
src/utils/CircularBlockBuffer.cpp:40–42 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
38
}
39
40
size_t CircularBlockBuffer::getBlockSize() const {
41
return _blockSize;
42
}
43
44
size_t CircularBlockBuffer::getBlockCount() const {
45
return _blockCount;
Callers
10
begin
Method · 0.80
IrqHandler
Method · 0.80
provide
Method · 0.80
provide
Method · 0.80
provide
Method · 0.80
begin
Method · 0.80
start
Method · 0.80
i2s_interrupt
Method · 0.80
sd_to_buffer
Method · 0.80
begin
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected