| 96 | } |
| 97 | |
| 98 | void ProposerState :: SetValue(const std::string & sValue) |
| 99 | { |
| 100 | m_sValue = sValue; |
| 101 | } |
| 102 | |
| 103 | void ProposerState :: SetOtherProposalID(const uint64_t llOtherProposalID) |
| 104 | { |
nothing calls this directly
no outgoing calls
no test coverage detected