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

Method getClientVersion

fdbclient/MultiVersionTransaction.actor.cpp:963–969  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

961}
962
963const char* DLApi::getClientVersion() {
964 if (!api->getClientVersion) {
965 return "unknown";
966 }
967
968 return api->getClientVersion();
969}
970
971void DLApi::useFutureProtocolVersion() {
972 if (!api->useFutureProtocolVersion) {

Callers 2

loadVersionMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected