Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
93
static inline uint32_t HashString32(const char* name)
94
{
95
return dmHashBufferNoReverse32(name, strlen(name));
96
}
97
98
static inline bool IsValidIndex(ProfileIdx idx)
99
{
Callers
2
ThreadData
Method · 0.85
GetOrCacheNameHash
Function · 0.85
Calls
1
dmHashBufferNoReverse32
Function · 0.85
Tested by
no test coverage detected