Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenStarbound/OpenStarbound
/ leafInsert
Method
leafInsert
source/test/btree_test.cpp:491–493 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
489
}
490
491
void leafInsert(Leaf& leaf, size_t i, Key k, Data d) {
492
return leaf.insert(i, k, d);
493
}
494
495
void leafRemove(Leaf& leaf, size_t i) {
496
return leaf.remove(i);
Callers
nothing calls this directly
Calls
1
insert
Method · 0.45
Tested by
no test coverage detected