MCPcopy 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
577void putAll(SimpleBTree& db, List<int> keys) {
578 for (int k : keys)
579 db.insert(k, genValue(k));
580}
581
582void checkAll(SimpleBTree& db, List<int> keys) {
583 for (int k : keys) {

Callers 1

testBTreeFunction · 0.70

Calls 2

genValueFunction · 0.85
insertMethod · 0.45

Tested by

no test coverage detected