MCPcopy Create free account
hub / github.com/Snapchat/Valdi / findEntry

Method findEntry

valdi_core/src/valdi_core/cpp/Utils/StringCache.cpp:127–129  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

125}
126
127StringCache::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

Callers

nothing calls this directly

Calls 2

makePHMapHashFunction · 0.85
findMethod · 0.45

Tested by

no test coverage detected