Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenStarbound/OpenStarbound
/ genValue
Function
genValue
source/test/btree_test.cpp:569–571 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
567
const size_t ShrinkCount = 5;
568
569
String genValue(int k) {
570
return toString(k * RandFactor);
571
}
572
573
bool checkValue(int k, String v) {
574
return genValue(k) == v;
Callers
2
checkValue
Function · 0.85
putAll
Function · 0.85
Calls
1
toString
Function · 0.85
Tested by
no test coverage detected