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

Method useFutureProtocolVersion

fdbclient/ThreadSafeTransaction.cpp:675–677  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

673}
674
675void ThreadSafeApi::useFutureProtocolVersion() {
676 ::useFutureProtocolVersion();
677}
678
679void ThreadSafeApi::setNetworkOption(FDBNetworkOptions::Option option, Optional<StringRef> value) {
680 if (option == FDBNetworkOptions::EXTERNAL_CLIENT_TRANSPORT_ID) {

Callers 2

mainFunction · 0.45

Calls 1

useFutureProtocolVersionFunction · 0.85

Tested by

no test coverage detected