| 125 | explicit LazyRankTable(MwmValue const & value) : m_value(value) {} |
| 126 | |
| 127 | uint8_t Get(uint64_t i) const override |
| 128 | { |
| 129 | EnsureTableLoaded(); |
| 130 | return m_table->Get(i); |
| 131 | } |
| 132 | |
| 133 | uint64_t Size() const override |
| 134 | { |
no outgoing calls
no test coverage detected