Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
375
void StorageServerInfo::notifyContextDestroyed() {
376
cx = nullptr;
377
}
378
379
StorageServerInfo::~StorageServerInfo() {
380
if (cx) {
Callers
2
getInterface
Method · 0.80
~DatabaseContext
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected