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

Function DM_DLLEXPORT dmHashString32

engine/dlib/src/dlib/hash.cpp:330–333  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

328}
329
330uint32_t DM_DLLEXPORT dmHashString32(const char* string)
331{
332 return dmHashBuffer32(string, strlen(string));
333}
334
335uint64_t DM_DLLEXPORT dmHashString64(const char* string)
336{

Callers

nothing calls this directly

Calls 1

dmHashBuffer32Function · 0.70

Tested by

no test coverage detected