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

Method leafRemove

source/core/StarBTreeDatabase.cpp:868–870  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

866}
867
868void BTreeDatabase::BTreeImpl::leafRemove(Leaf& leaf, size_t i) {
869 leaf->remove(i);
870}
871
872auto BTreeDatabase::BTreeImpl::nextLeaf(Leaf const&) -> Maybe<Pointer> {
873 return {};

Callers

nothing calls this directly

Calls 1

removeMethod · 0.45

Tested by

no test coverage detected