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

Method stopNetwork

fdbclient/MultiVersionTransaction.actor.cpp:1008–1012  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1006}
1007
1008void DLApi::stopNetwork() {
1009 if (networkSetup) {
1010 throwIfError(api->stopNetwork());
1011 }
1012}
1013
1014Reference<IDatabase> DLApi::createDatabase609(const char* clusterFilePath) {
1015 FdbCApi::FDBFuture* f = api->createCluster(clusterFilePath);

Callers

nothing calls this directly

Calls 4

TraceEventClass · 0.85
throwIfErrorFunction · 0.70
enterMethod · 0.45
leaveMethod · 0.45

Tested by

no test coverage detected