MCPcopy 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

intersectsMethod · 0.45
eraseMethod · 0.45
intersection_ofMethod · 0.45

Calls 3

insertFunction · 0.85
endMethod · 0.45
eraseMethod · 0.45

Tested by

no test coverage detected