MCPcopy Create free account
hub / github.com/defold/defold / DM_DLLEXPORT dmHashString64

Function DM_DLLEXPORT dmHashString64

engine/dlib/src/dlib/hash.cpp:335–338  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

333}
334
335uint64_t DM_DLLEXPORT dmHashString64(const char* string)
336{
337 return dmHashBuffer64(string, strlen(string));
338}
339
340// Based on CMurmurHash2A
341void dmHashInit32(HashState32* hash_state, bool reverse_hash)

Callers

nothing calls this directly

Calls 1

dmHashBuffer64Function · 0.70

Tested by

no test coverage detected