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

Method apiVersionAtLeast

fdbclient/NativeAPI.actor.cpp:5847–5849  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5845}
5846
5847int Transaction::apiVersionAtLeast(int minVersion) const {
5848 return trState->cx->apiVersionAtLeast(minVersion);
5849}
5850
5851class MutationBlock {
5852public:

Callers 15

Future<Void> _startFunction · 0.45
testRywLifetimeMethod · 0.45
Future<Void> killAllFunction · 0.45
cloneAndResetMethod · 0.45
resetMethod · 0.45
Future<Void> commitFunction · 0.45
Future<Void> onErrorFunction · 0.45
getReadVersionMethod · 0.45
getMethod · 0.45
getRangeMethod · 0.45

Calls

no outgoing calls

Tested by 1

testRywLifetimeMethod · 0.36