MCPcopy Create free account
hub / github.com/ByConity/ByConity / hashImpl

Function hashImpl

src/Common/StringUtils/StringUtils.cpp:223–226  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

221#endif /* __SIZEOF_SIZE_T__ */
222
223static size_t
224hashImpl(const void* __ptr, size_t __clength,
225 size_t __seed = static_cast<size_t>(0xc70f6907UL))
226{ return _Hash_bytes(__ptr, __clength, __seed); }
227
228size_t hash(const std::string &s)
229{

Callers 1

hashFunction · 0.85

Calls 1

_Hash_bytesFunction · 0.85

Tested by

no test coverage detected