Returns the index of the first string belonging to the block.
| 134 | { |
| 135 | // Returns the index of the first string belonging to the block. |
| 136 | uint64_t From() const { return m_from; } |
| 137 | |
| 138 | // Returns the index of the first string from the next block. |
| 139 | uint64_t To() const { return m_from + m_subs; } |
no outgoing calls
no test coverage detected