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

Method key

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

Source from the content-addressed store, hash-verified

134
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

Callers 1

cycleClientMethod · 0.95

Calls 1

doubleToTestKeyFunction · 0.85

Tested by

no test coverage detected