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

Method GetLastChecksum

src/algorithm/instance.cpp:268–271  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

266}
267
268const uint32_t Instance :: GetLastChecksum()
269{
270 return m_iLastChecksum;
271}
272
273Committer * Instance :: GetCommitter()
274{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected