MCPcopy Create free account
hub / github.com/OpenStarbound/OpenStarbound / remove

Method remove

source/test/btree_test.cpp:227–229  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

225
226template <typename Key, typename Data, typename Pointer>
227void SimpleBTreeLeaf<Key, Data, Pointer>::remove(size_t i) {
228 elements.eraseAt(i);
229}
230
231template <typename Key, typename Data, typename Pointer>
232void SimpleBTreeLeaf<Key, Data, Pointer>::shiftLeft(SimpleBTreeLeaf& right, size_t count) {

Callers 11

setNewRootMethod · 0.45
leafRemoveMethod · 0.45
removeAllFunction · 0.45
TESTFunction · 0.45
checkAllFunction · 0.45
removeAllFunction · 0.45
testBTreeDatabaseFunction · 0.45
TESTFunction · 0.45
TESTFunction · 0.45
TESTFunction · 0.45
TESTFunction · 0.45

Calls 1

eraseAtMethod · 0.80

Tested by

no test coverage detected