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

Method notifyContextDestroyed

fdbclient/NativeAPI.actor.cpp:375–377  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

373}
374
375void StorageServerInfo::notifyContextDestroyed() {
376 cx = nullptr;
377}
378
379StorageServerInfo::~StorageServerInfo() {
380 if (cx) {

Callers 2

getInterfaceMethod · 0.80
~DatabaseContextMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected