Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Tencent/phxpaxos
/ CommitCtx
Method
CommitCtx
src/algorithm/commitctx.cpp:28–32 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
26
{
27
28
CommitCtx :: CommitCtx(Config * poConfig)
29
: m_poConfig(poConfig)
30
{
31
NewCommit(nullptr, nullptr, 0);
32
}
33
34
CommitCtx :: ~CommitCtx()
35
{
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected