Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ceph/ceph
/ begin
Method
begin
src/include/interval_set.h:237–239 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
235
}
236
237
iterator begin() {
238
return iterator(m.begin());
239
}
240
241
iterator lower_bound(T start) {
242
return iterator(find_inc_m(start));
Callers
8
find_inc
Method · 0.45
find_inc_m
Method · 0.45
find_adj
Method · 0.45
find_adj_m
Method · 0.45
intersection_size_asym
Method · 0.45
subset_size_sym
Method · 0.45
range_start
Method · 0.45
intersection_of
Method · 0.45
Calls
2
iterator
Class · 0.70
const_iterator
Class · 0.70
Tested by
no test coverage detected