Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
72
bool IClusterConnectionRecord::needsToBePersisted() const {
73
return connectionStringNeedsPersisted;
74
}
75
76
void IClusterConnectionRecord::setPersisted() {
77
connectionStringNeedsPersisted = false;
Callers
1
upToDateImpl
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected