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

Method leafRemove

source/test/btree_test.cpp:495–497  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

493 }
494
495 void leafRemove(Leaf& leaf, size_t i) {
496 return leaf.remove(i);
497 }
498
499 Maybe<Pointer> nextLeaf(Leaf const& leaf) {
500 return leaf.nextLeaf();

Callers

nothing calls this directly

Calls 1

removeMethod · 0.45

Tested by

no test coverage detected