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

Method GetCommitter

src/algorithm/instance.cpp:273–276  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

271}
272
273Committer * Instance :: GetCommitter()
274{
275 return &m_oCommitter;
276}
277
278Cleaner * Instance :: GetCheckpointCleaner()
279{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected