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

Function getLocalClientAPI

fdbclient/LocalClientAPI.cpp:24–27  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

22#include "fdbclient/ThreadSafeTransaction.h"
23
24IClientApi* getLocalClientAPI() {
25 static IClientApi* api = new ThreadSafeApi();
26 return api;
27}

Callers 1

selectApiVersionMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected