Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
136
int CircularBlockBuffer::get_num_underflow() const {
137
return _underflow_count;
138
}
139
140
int CircularBlockBuffer::get_num_overflow() const {
141
return _overflow_count;
Callers
1
get_buffer_hits
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected