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

Method getLocalClient

fdbclient/MultiVersionTransaction.actor.cpp:2216–2218  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2214}
2215
2216Reference<ClientInfo> MultiVersionApi::getLocalClient() {
2217 return localClient;
2218}
2219
2220void MultiVersionApi::selectApiVersion(int apiVersion) {
2221 ApiVersion newApiVersion(apiVersion);

Callers 2

MultiVersionDatabaseMethod · 0.80
updateDatabaseMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected