| 326 | |
| 327 | template <typename Value, typename Key, typename GetKey, typename Hash, typename Equals, typename Allocator> |
| 328 | size_t FlatHashTable<Value, Key, GetKey, Hash, Equals, Allocator>::size() const { |
| 329 | return m_filledCount; |
| 330 | } |
| 331 | |
| 332 | template <typename Value, typename Key, typename GetKey, typename Hash, typename Equals, typename Allocator> |
| 333 | void FlatHashTable<Value, Key, GetKey, Hash, Equals, Allocator>::clear() { |
no outgoing calls
no test coverage detected