Return true if the hash set has ownership of the underlying data.
| 306 | |
| 307 | // Return true if the hash set has ownership of the underlying data. |
| 308 | bool OwnsData() const { |
| 309 | return owns_data_; |
| 310 | } |
| 311 | |
| 312 | // Erase algorithm: |
| 313 | // Make an empty slot where the iterator is pointing. |
nothing calls this directly
no outgoing calls
no test coverage detected