Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenStarbound/OpenStarbound
/ putAll
Function
putAll
source/test/btree_test.cpp:577–580 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
575
}
576
577
void putAll(SimpleBTree& db, List<int> keys) {
578
for (int k : keys)
579
db.insert(k, genValue(k));
580
}
581
582
void checkAll(SimpleBTree& db, List<int> keys) {
583
for (int k : keys) {
Callers
1
testBTree
Function · 0.70
Calls
2
genValue
Function · 0.85
insert
Method · 0.45
Tested by
no test coverage detected