Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ceph/ceph
/ erase
Method
erase
src/include/interval_set.h:669–672 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
667
}
668
669
iterator erase(const iterator &i) {
670
_size -= i.get_len();
671
return iterator(m.erase(i._iter));
672
}
673
674
void erase(T val) {
675
erase(val, 1);
Callers
3
insert
Method · 0.45
union_insert
Method · 0.45
erase_after
Method · 0.45
Calls
5
iterator
Class · 0.70
claim
Function · 0.70
get_len
Method · 0.45
end
Method · 0.45
insert
Method · 0.45
Tested by
no test coverage detected