| 125 | } |
| 126 | |
| 127 | StringCache::StringTable::const_iterator StringCache::findEntry(const std::string_view& str, size_t hash) const { |
| 128 | return _table.find(str, makePHMapHash(hash)); |
| 129 | } |
| 130 | |
| 131 | } // namespace Valdi |
nothing calls this directly
no test coverage detected