Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Tencent/phxpaxos
/ NewInstance
Method
NewInstance
src/algorithm/base.cpp:55–59 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
53
}
54
55
void Base :: NewInstance()
56
{
57
m_llInstanceID++;
58
InitForNewPaxosInstance();
59
}
60
61
const uint32_t Base :: GetLastChecksum() const
62
{
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected