Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
24
IClientApi* getLocalClientAPI() {
25
static IClientApi* api = new ThreadSafeApi();
26
return api;
27
}
Callers
1
selectApiVersion
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected