Returns the index of the first string from the next block.
| 137 | |
| 138 | // Returns the index of the first string from the next block. |
| 139 | uint64_t To() const { return m_from + m_subs; } |
| 140 | |
| 141 | uint64_t m_offset = 0; // offset of the block from the beginning of the section |
| 142 | uint64_t m_from = 0; // index of the first string in the block |
no outgoing calls
no test coverage detected