MCPcopy Create free account
hub / github.com/apple/foundationdb / value

Method value

fdbserver/workloads/MiniCycle.actor.cpp:137–137  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

135 Key keyForIndex(int n) { return key(n); }
136 Key key(int n) { return doubleToTestKey(n, keyPrefix); }
137 Value value(int n) { return doubleToTestKey(n, keyPrefix); }
138 int fromValue(const ValueRef& v) { return testKeyToDouble(v, keyPrefix); }
139
140 // cycleSize returns the length of each mini-cycle besides the last,

Callers 2

cycleClientMethod · 0.95
cycleCheckClientMethod · 0.45

Calls 1

doubleToTestKeyFunction · 0.85

Tested by

no test coverage detected