Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
573
bool checkValue(int k, String v) {
574
return genValue(k) == v;
575
}
576
577
void putAll(SimpleBTree& db, List<int> keys) {
578
for (int k : keys)
Callers
1
checkAll
Function · 0.85
Calls
1
genValue
Function · 0.85
Tested by
no test coverage detected