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

Method needsToBePersisted

fdbclient/MonitorLeader.actor.cpp:72–74  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

70}
71
72bool IClusterConnectionRecord::needsToBePersisted() const {
73 return connectionStringNeedsPersisted;
74}
75
76void IClusterConnectionRecord::setPersisted() {
77 connectionStringNeedsPersisted = false;

Callers 1

upToDateImplMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected