| 185 | bool empty() const noexcept { return m_index == EMPTY_MARKER_INDEX; } |
| 186 | |
| 187 | void clear() noexcept { m_index = EMPTY_MARKER_INDEX; } |
| 188 | |
| 189 | index_type index() const noexcept { |
| 190 | tsl_oh_assert(!empty()); |
no outgoing calls
no test coverage detected