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

Function when

fdbserver/CommitProxyServer.actor.cpp:1873–1876  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1871 // updates through the version at the time we received the request
1872 when(wait(commitData->version.whenAtLeast(minTenantVersion))) {}
1873 when(wait(futureVersionDelay)) {
1874 req.reply.sendError(future_version());
1875 return Void();
1876 }
1877 }
1878 }
1879 }

Calls 15

delayFunction · 0.85
timeoutErrorFunction · 0.85
TraceEventClass · 0.85
popTxsMethod · 0.80
getMethod · 0.65
clearMethod · 0.65
VoidClass · 0.50
NeverClass · 0.50
sendErrorMethod · 0.45
presentMethod · 0.45
getReplyMethod · 0.45

Tested by

no test coverage detected