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

Method setPersisted

fdbclient/MonitorLeader.actor.cpp:76–78  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

74}
75
76void IClusterConnectionRecord::setPersisted() {
77 connectionStringNeedsPersisted = false;
78}
79
80std::string ClusterConnectionString::getErrorString(std::string const& source, Error const& e) {
81 if (e.code() == error_code_connection_string_invalid) {

Callers 1

persistImplMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected