Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ceph/ceph
/ insert
Method
insert
src/include/interval_set.h:534–536 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
532
}
533
534
void insert(T val) {
535
insert(val, 1);
536
}
537
538
/** This insert function adds an interval into the interval map, for cases
539
* where intervals are required to never overlap. Inserts must be a new
Callers
4
intersection_size_asym
Method · 0.45
intersects
Method · 0.45
erase
Method · 0.45
intersection_of
Method · 0.45
Calls
3
insert
Function · 0.85
end
Method · 0.45
erase
Method · 0.45
Tested by
no test coverage detected