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

Method GetNowInstanceID

src/algorithm/instance.cpp:767–770  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

765}
766
767const uint64_t Instance :: GetNowInstanceID()
768{
769 return m_oAcceptor.GetInstanceID();
770}
771
772const uint64_t Instance :: GetMinChosenInstanceID()
773{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected