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

Method get_num_underflow

src/utils/CircularBlockBuffer.cpp:136–138  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

134}
135
136int CircularBlockBuffer::get_num_underflow() const {
137 return _underflow_count;
138}
139
140int CircularBlockBuffer::get_num_overflow() const {
141 return _overflow_count;

Callers 1

get_buffer_hitsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected