Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
864
void BTreeDatabase::BTreeImpl::leafInsert(Leaf& leaf, size_t i, Key k, Data d) {
865
leaf->insert(i, std::move(k), std::move(d));
866
}
867
868
void BTreeDatabase::BTreeImpl::leafRemove(Leaf& leaf, size_t i) {
869
leaf->remove(i);
Callers
nothing calls this directly
Calls
1
insert
Method · 0.45
Tested by
no test coverage detected