MCPcopy Create free account
hub / github.com/defold/defold / HashString32

Function HashString32

engine/profiler/src/basic/profiler_basic.cpp:93–96  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

91// UTILS
92
93static inline uint32_t HashString32(const char* name)
94{
95 return dmHashBufferNoReverse32(name, strlen(name));
96}
97
98static inline bool IsValidIndex(ProfileIdx idx)
99{

Callers 2

ThreadDataMethod · 0.85
GetOrCacheNameHashFunction · 0.85

Calls 1

dmHashBufferNoReverse32Function · 0.85

Tested by

no test coverage detected