MCPcopy Create free account
hub / github.com/OpenStarbound/OpenStarbound / checkValue

Function checkValue

source/test/btree_test.cpp:573–575  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

571}
572
573bool checkValue(int k, String v) {
574 return genValue(k) == v;
575}
576
577void putAll(SimpleBTree& db, List<int> keys) {
578 for (int k : keys)

Callers 1

checkAllFunction · 0.85

Calls 1

genValueFunction · 0.85

Tested by

no test coverage detected