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