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

Method leafInsert

source/core/StarBTreeDatabase.cpp:864–866  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

862}
863
864void BTreeDatabase::BTreeImpl::leafInsert(Leaf& leaf, size_t i, Key k, Data d) {
865 leaf->insert(i, std::move(k), std::move(d));
866}
867
868void BTreeDatabase::BTreeImpl::leafRemove(Leaf& leaf, size_t i) {
869 leaf->remove(i);

Callers

nothing calls this directly

Calls 1

insertMethod · 0.45

Tested by

no test coverage detected