Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Tencent/phxpaxos
/ GetInstanceID
Method
GetInstanceID
src/algorithm/base.cpp:45–48 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
43
}
44
45
uint64_t Base :: GetInstanceID()
46
{
47
return m_llInstanceID;
48
}
49
50
void Base :: SetInstanceID(const uint64_t llInstanceID)
51
{
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected