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

Method LearnerState

src/algorithm/learner.cpp:31–37  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

29{
30
31LearnerState :: LearnerState(const Config * poConfig, const LogStorage * poLogStorage)
32 : m_oPaxosLog(poLogStorage)
33{
34 m_poConfig = (Config *)poConfig;
35
36 Init();
37}
38
39LearnerState :: ~LearnerState()
40{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected