MCPcopy Create free account
hub / github.com/OGSR/OGSR-Engine / index

Method index

ogsr_engine/xrCore/LocatorAPI.cpp:275–281  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

273}
274
275IC void CLocatorAPI::archive::index(CLocatorAPI& loc, const char* fs_entry_point)
276{
277 if (type == container::SQFS)
278 index_sqfs(loc, fs_entry_point);
279 else
280 index_db(loc, fs_entry_point);
281}
282
283IC IReader* CLocatorAPI::archive::read(const char* fname, const struct file& desc, u32 gran)
284{

Callers 1

LoadArchiveMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected