* Other */ * Return the `const_iterator it` as an `iterator`. */
| 816 | * Return the `const_iterator it` as an `iterator`. |
| 817 | */ |
| 818 | iterator mutable_iterator(const_iterator it) noexcept { |
| 819 | return m_ht.mutable_iterator(it); |
| 820 | } |
| 821 | |
| 822 | /** |
| 823 | * Serialize the map through the `serializer` parameter. |
nothing calls this directly
no outgoing calls
no test coverage detected