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

Function GetNameHash

engine/resource/src/resource_desc.cpp:60–63  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

58namespace dmResource
59{
60 dmhash_t GetNameHash(HResourceDescriptor rd)
61 {
62 return ResourceDescriptorGetNameHash(rd);
63 }
64 void SetResource(HResourceDescriptor rd, void* resource)
65 {
66 ResourceDescriptorSetResource(rd, resource);

Callers 3

AcquireResourcesFunction · 0.85
ResSoundDataCreateFunction · 0.85
ResSoundDataRecreateFunction · 0.85

Calls 1

Tested by

no test coverage detected