Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
868
void BTreeDatabase::BTreeImpl::leafRemove(Leaf& leaf, size_t i) {
869
leaf->remove(i);
870
}
871
872
auto BTreeDatabase::BTreeImpl::nextLeaf(Leaf const&) -> Maybe<Pointer> {
873
return {};
Callers
nothing calls this directly
Calls
1
remove
Method · 0.45
Tested by
no test coverage detected