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

Method notifyConnected

fdbclient/MonitorLeader.actor.cpp:66–70  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

64}
65
66void IClusterConnectionRecord::notifyConnected() {
67 if (connectionStringNeedsPersisted) {
68 this->persist();
69 }
70}
71
72bool IClusterConnectionRecord::needsToBePersisted() const {
73 return connectionStringNeedsPersisted;

Calls 1

persistMethod · 0.45

Tested by

no test coverage detected