Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ceph/ceph
/ empty
Method
empty
src/include/interval_set.h:500–502 ·
view source on GitHub ↗
outer range of set
Source
from the content-addressed store, hash-verified
498
499
// outer range of set
500
bool empty() const {
501
return m.empty();
502
}
503
offset_type range_start() const {
504
ceph_assert(!empty());
505
auto p = m.begin();
Callers
2
intersects
Method · 0.45
subtract
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected