| 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, |
| 141 | // which is cycleSize + remainder nodes in length |
no test coverage detected