MCPcopy Create free account
hub / github.com/NodeDB-Lab/nodedb / reinsert_entry

Method reinsert_entry

nodedb-spatial/src/rtree/insert.rs:22–25  ·  view source on GitHub ↗

Insert with reinsert tracking (used internally and by delete).

(&mut self, entry: RTreeEntry)

Source from the content-addressed store, hash-verified

20
21 /// Insert with reinsert tracking (used internally and by delete).
22 pub(crate) fn reinsert_entry(&mut self, entry: RTreeEntry) {
23 let mut reinserted = Vec::new();
24 insert_entry(self, entry, 0, &mut reinserted);
25 }
26}
27
28fn insert_entry(

Callers 1

deleteMethod · 0.80

Calls 1

insert_entryFunction · 0.85

Tested by

no test coverage detected