| 8146 | {} |
| 8147 | |
| 8148 | bool MessageInfo::operator==( MessageInfo const& other ) const { |
| 8149 | return sequence == other.sequence; |
| 8150 | } |
| 8151 | |
| 8152 | bool MessageInfo::operator<( MessageInfo const& other ) const { |
| 8153 | return sequence < other.sequence; |
nothing calls this directly
no outgoing calls
no test coverage detected