Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
5847
int Transaction::apiVersionAtLeast(int minVersion) const {
5848
return trState->cx->apiVersionAtLeast(minVersion);
5849
}
5850
5851
class MutationBlock {
5852
public:
Callers
15
Future<Void> _start
Function · 0.45
testRywLifetime
Method · 0.45
Future<Void> killAll
Function · 0.45
cloneAndReset
Method · 0.45
reset
Method · 0.45
Future<Void> commitAndWatch
Function · 0.45
Future<GetReadVersionReply> getConsistentReadVersion
Function · 0.45
Future<Void> commit
Function · 0.45
Future<Void> onError
Function · 0.45
getReadVersion
Method · 0.45
get
Method · 0.45
getRange
Method · 0.45
Calls
no outgoing calls
Tested by
1
testRywLifetime
Method · 0.36