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

Method cleanup

ogsr_engine/xrCore/LocatorAPI.cpp:290–296  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

288IC CStreamReader* CLocatorAPI::archive::stream(const char* fname, const struct file& desc) { return type == container::SQFS ? stream_sqfs(fname, desc) : stream_db(fname, desc); }
289
290IC void CLocatorAPI::archive::cleanup()
291{
292 if (type == container::SQFS)
293 cleanup_sqfs();
294 else
295 cleanup_db();
296}
297
298void CLocatorAPI::archive::close()
299{

Callers 1

_destroyMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected