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

Function GetBaseArchive

engine/resource/src/resource.cpp:582–585  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

580}
581
582dmResourceProvider::HArchive GetBaseArchive(HFactory factory)
583{
584 return factory->m_BaseArchiveMount;
585}
586
587Result LoadResourceToBufferWithOffset(HFactory factory, const char* path, const char* original_name, uint32_t offset, uint32_t size, uint32_t* resource_size, uint32_t* buffer_size, LoadBufferType* buffer)
588{

Callers 1

InitializeFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected