Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/defold/defold
/ ResourceDescriptorGetNameHash
Function
ResourceDescriptorGetNameHash
engine/resource/src/resource_desc.cpp:18–21 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
16
#include
"resource_private.h"
17
18
dmhash_t ResourceDescriptorGetNameHash(HResourceDescriptor rd)
19
{
20
return rd->m_NameHash;
21
}
22
23
void ResourceDescriptorSetResource(HResourceDescriptor rd, void* resource)
24
{
Callers
9
ResLuaRecreate
Function · 0.85
RegisterSubModules
Function · 0.85
ResourceReloadedCallback
Function · 0.85
AcquireResources
Function · 0.85
GetNameHash
Function · 0.85
TEST_P
Function · 0.85
ReloadCallback
Function · 0.85
ResFontCreate
Function · 0.85
ResSoundDataCreate
Function · 0.85
Calls
no outgoing calls
Tested by
2
TEST_P
Function · 0.68
ReloadCallback
Function · 0.68