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

Method IsNewCommit

src/algorithm/commitctx.cpp:59–62  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

57
58
59const bool CommitCtx :: IsNewCommit() const
60{
61 return m_llInstanceID == (uint64_t)-1 && m_psValue != nullptr;
62}
63
64std::string & CommitCtx :: GetCommitValue()
65{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected