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

Method setupNetwork

fdbclient/MultiVersionTransaction.actor.cpp:985–988  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

983}
984
985void DLApi::setupNetwork() {
986 networkSetup = true;
987 throwIfError(api->setupNetwork());
988}
989
990void DLApi::runNetwork() {
991 auto e = api->runNetwork();

Callers

nothing calls this directly

Calls 14

basenameFunction · 0.85
TraceEventClass · 0.85
getRandomSeedFunction · 0.85
detailMethod · 0.80
loadVersionMethod · 0.80
throwIfErrorFunction · 0.70
countMethod · 0.65
clearMethod · 0.65
to_stringFunction · 0.50
push_backMethod · 0.45
emptyMethod · 0.45
setNetworkOptionMethod · 0.45

Tested by

no test coverage detected