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

Method reset

fdbrpc/FailureMonitor.actor.cpp:225–229  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

223}
224
225void SimpleFailureMonitor::reset() {
226 addressStatus = std::unordered_map<NetworkAddress, FailureStatus>();
227 failedEndpoints = std::unordered_map<Endpoint, FailedReason>();
228 endpointKnownFailed.resetNoWaiting();
229}

Callers 5

cleanupPeerSocketMethod · 0.45
sendMethod · 0.45
getJwkBigNumMemberFunction · 0.45

Calls 1

resetNoWaitingMethod · 0.80

Tested by

no test coverage detected