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

Function FindByHash

engine/resource/src/resource.cpp:1006–1009  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1004}
1005
1006ResourceDescriptor* FindByHash(HFactory factory, uint64_t canonical_path_hash)
1007{
1008 return factory->m_Resources->Get(canonical_path_hash);
1009}
1010
1011Result GetWithExt(HFactory factory, dmhash_t path_hash, dmhash_t ext_hash, void** resource)
1012{

Callers 13

ReleaseDynamicResourcesFunction · 0.85
GetWithExtFunction · 0.85
CreateResourceFunction · 0.85
DoPreloaderUpdateOneReqFunction · 0.85
PostCreateUpdateOneItemFunction · 0.85
CheckResourceFunction · 0.85
ResFontAddGlyphFunction · 0.85
TEST_FFunction · 0.85
PreCreateResourcesFunction · 0.85
DispatchCompletedRequestFunction · 0.85

Calls 1

GetMethod · 0.45

Tested by 1

TEST_FFunction · 0.68