MCPcopy 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
40size_t CircularBlockBuffer::getBlockSize() const {
41 return _blockSize;
42}
43
44size_t CircularBlockBuffer::getBlockCount() const {
45 return _blockCount;

Callers 10

beginMethod · 0.80
IrqHandlerMethod · 0.80
provideMethod · 0.80
provideMethod · 0.80
provideMethod · 0.80
beginMethod · 0.80
startMethod · 0.80
i2s_interruptMethod · 0.80
sd_to_bufferMethod · 0.80
beginMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected