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

Method beginKey

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

Source from the content-addressed store, hash-verified

147 // cycleOffset returns the node number at which clientId's mini-cycle begins
148 int cycleOffset(int clientId) { return clientId * cycleSize(0); }
149 int beginKey(int clientId) { return cycleOffset(clientId); }
150 int endKey(int clientId) { return cycleSize(clientId) + cycleOffset(clientId); }
151
152 Standalone<KeyValueRef> operator()(int n) {

Callers 2

cycleClientMethod · 0.95
cycleCheckClientMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected