MCPcopy Create free account
hub / github.com/Snapchat/KeyDB / ~RemoteMasterState

Method ~RemoteMasterState

src/replication.cpp:5361–5366  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5359 client *cFake = nullptr;
5360
5361 ~RemoteMasterState()
5362 {
5363 aeAcquireLock();
5364 freeClient(cFake);
5365 aeReleaseLock();
5366 }
5367};
5368
5369static std::unordered_map<std::string, RemoteMasterState> g_mapremote;

Callers

nothing calls this directly

Calls 3

aeAcquireLockFunction · 0.85
aeReleaseLockFunction · 0.85
freeClientFunction · 0.70

Tested by

no test coverage detected