| 1763 | } |
| 1764 | |
| 1765 | Tag TagPartitionedLogSystem::getRandomTxsTag() const { |
| 1766 | return Tag(tagLocalityTxs, deterministicRandom()->randomInt(0, txsTags)); |
| 1767 | } |
| 1768 | |
| 1769 | TLogVersion TagPartitionedLogSystem::getTLogVersion() const { |
| 1770 | return tLogs[0]->tLogVersion; |
no test coverage detected