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

Function ReadFilePartial

engine/resource/src/providers/provider.cpp:182–185  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

180}
181
182Result ReadFilePartial(HArchive archive, dmhash_t path_hash, const char* path, uint32_t offset, uint32_t size, uint8_t* buffer, uint32_t* nread)
183{
184 return archive->m_Loader->m_ReadFilePartial(archive->m_Internal, path_hash, path, offset, size, buffer, nread);
185}
186
187Result GetManifest(HArchive archive, dmResource::HManifest* out_manifest)
188{

Callers 6

ReadResourcePartialFunction · 0.50
TEST_PFunction · 0.50
TEST_FFunction · 0.50
TEST_PFunction · 0.50
TEST_FFunction · 0.50
TEST_FFunction · 0.50

Calls

no outgoing calls

Tested by 5

TEST_PFunction · 0.40
TEST_FFunction · 0.40
TEST_PFunction · 0.40
TEST_FFunction · 0.40
TEST_FFunction · 0.40