Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/defold/defold
/ Get
Function
Get
engine/resource/src/resource.cpp:1001–1004 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
999
}
1000
1001
Result Get(HFactory factory, const char* path, void** resource)
1002
{
1003
return GetWithExt(factory, path, 0, resource);
1004
}
1005
1006
ResourceDescriptor* FindByHash(HFactory factory, uint64_t canonical_path_hash)
1007
{
Callers
15
ResourceGet
Function · 0.70
ResourceGetByHash
Function · 0.70
RegisterSubModules
Function · 0.50
LoadPropertyResources
Function · 0.50
New
Function · 0.50
CollectionSpawnFromDescInternal
Function · 0.50
AcquireResources
Function · 0.50
AcquireResources
Function · 0.50
Spawn
Function · 0.50
PreloaderGet
Method · 0.50
TEST_F
Function · 0.50
Spawn
Function · 0.50
Calls
1
GetWithExt
Function · 0.85
Tested by
15
Spawn
Function · 0.40
PreloaderGet
Method · 0.40
TEST_F
Function · 0.40
Spawn
Function · 0.40
TEST_F
Function · 0.40
TEST_F
Function · 0.40
Spawn
Function · 0.40
Spawn
Function · 0.40
TEST_F
Function · 0.40
TEST_F
Function · 0.40
PreloaderGet
Method · 0.40
ResourceContainerCreate
Function · 0.40