MCPcopy 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

567const size_t ShrinkCount = 5;
568
569String genValue(int k) {
570 return toString(k * RandFactor);
571}
572
573bool checkValue(int k, String v) {
574 return genValue(k) == v;

Callers 2

checkValueFunction · 0.85
putAllFunction · 0.85

Calls 1

toStringFunction · 0.85

Tested by

no test coverage detected