MCPcopy 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
1001Result Get(HFactory factory, const char* path, void** resource)
1002{
1003 return GetWithExt(factory, path, 0, resource);
1004}
1005
1006ResourceDescriptor* FindByHash(HFactory factory, uint64_t canonical_path_hash)
1007{

Callers 15

ResourceGetFunction · 0.70
ResourceGetByHashFunction · 0.70
RegisterSubModulesFunction · 0.50
LoadPropertyResourcesFunction · 0.50
NewFunction · 0.50
AcquireResourcesFunction · 0.50
AcquireResourcesFunction · 0.50
SpawnFunction · 0.50
PreloaderGetMethod · 0.50
TEST_FFunction · 0.50
SpawnFunction · 0.50

Calls 1

GetWithExtFunction · 0.85

Tested by 15

SpawnFunction · 0.40
PreloaderGetMethod · 0.40
TEST_FFunction · 0.40
SpawnFunction · 0.40
TEST_FFunction · 0.40
TEST_FFunction · 0.40
SpawnFunction · 0.40
SpawnFunction · 0.40
TEST_FFunction · 0.40
TEST_FFunction · 0.40
PreloaderGetMethod · 0.40
ResourceContainerCreateFunction · 0.40