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

Method remaining

src/utils/BufferedInputStream.cpp:19–21  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

17}
18
19int BufferedInputStream::remaining() {
20 return buffer.available_read();
21}
22
23int BufferedInputStream::ready() {
24 return buffer.available_write();

Callers 3

IrqHandlerMethod · 0.45
updateMethod · 0.45
i2s_interruptMethod · 0.45

Calls 1

available_readMethod · 0.80

Tested by

no test coverage detected