| 33 | } |
| 34 | |
| 35 | size_t SequenceID::getIndexAsSize() const { |
| 36 | return static_cast<size_t>(_index); |
| 37 | } |
| 38 | |
| 39 | bool SequenceID::operator==(const SequenceID& other) const { |
| 40 | return _index == other._index && _salt == other._salt; |
no outgoing calls
no test coverage detected