| 286 | } |
| 287 | |
| 288 | bool has(const Key& key) const FL_NOEXCEPT { return contains(key); } |
| 289 | |
| 290 | // Insertion — does NOT overwrite if key exists |
| 291 | fl::pair<iterator, bool> insert(const value_type& kv) FL_NOEXCEPT { |
nothing calls this directly
no test coverage detected