MCPcopy Create free account
hub / github.com/Tencent/phxpaxos / IsIMLatest

Method IsIMLatest

src/algorithm/learner.cpp:189–192  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

187////////////////////////////////////////////////////////////////
188
189const bool Learner :: IsIMLatest()
190{
191 return (GetInstanceID() + 1) >= m_llHighestSeenInstanceID;
192}
193
194const uint64_t Learner :: GetSeenLatestInstanceID()
195{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected