| 9354 | {} |
| 9355 | |
| 9356 | bool MessageInfo::operator==( MessageInfo const& other ) const { |
| 9357 | return sequence == other.sequence; |
| 9358 | } |
| 9359 | |
| 9360 | bool MessageInfo::operator<( MessageInfo const& other ) const { |
| 9361 | return sequence < other.sequence; |
nothing calls this directly
no outgoing calls
no test coverage detected