Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/defold/defold
/ FindResourceType
Function
FindResourceType
engine/resource/src/resource.cpp:481–484 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
479
}
480
481
HResourceType FindResourceType(HResourceFactory factory, const char* extension)
482
{
483
return FindResourceTypeByHash(factory, dmHashString64(extension));
484
}
485
486
487
Callers
4
DeregisterTypes
Function · 0.85
RegisterType
Function · 0.85
CheckAndGetResourceTypeFromPath
Function · 0.85
GetResourceType
Function · 0.85
Calls
1
FindResourceTypeByHash
Function · 0.85
Tested by
no test coverage detected