Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
273
Committer * Instance :: GetCommitter()
274
{
275
return &m_oCommitter;
276
}
277
278
Cleaner * Instance :: GetCheckpointCleaner()
279
{
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected