MCPcopy Create free account
hub / github.com/Tencent/phxpaxos / SetResultOnlyRet

Method SetResultOnlyRet

src/algorithm/commitctx.cpp:97–100  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

95}
96
97void CommitCtx :: SetResultOnlyRet(const int iCommitRet)
98{
99 return SetResult(iCommitRet, (uint64_t)-1, "");
100}
101
102void CommitCtx :: SetResult(
103 const int iCommitRet,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected