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

Method Init

src/algorithm/learner.cpp:43–48  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

41}
42
43void LearnerState :: Init()
44{
45 m_sLearnedValue = "";
46 m_bIsLearned = false;
47 m_iNewChecksum = 0;
48}
49
50const uint32_t LearnerState :: GetNewChecksum() const
51{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected