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

Method SetValue

src/algorithm/proposer.cpp:98–101  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

96}
97
98void ProposerState :: SetValue(const std::string & sValue)
99{
100 m_sValue = sValue;
101}
102
103void ProposerState :: SetOtherProposalID(const uint64_t llOtherProposalID)
104{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected