Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Tencent/phxpaxos
/ GetCheckpointCleaner
Method
GetCheckpointCleaner
src/algorithm/instance.cpp:278–281 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
276
}
277
278
Cleaner * Instance :: GetCheckpointCleaner()
279
{
280
return m_oCheckpointMgr.GetCleaner();
281
}
282
283
Replayer * Instance :: GetCheckpointReplayer()
284
{
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected