MCPcopy Create free account
hub / github.com/TheForceEngine/TheForceEngine / close

Method close

TheForceEngine/TFE_Archive/labArchive.cpp:43–49  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

41}
42
43void LabArchive::close()
44{
45 m_file.close();
46 m_archiveOpen = false;
47 delete[] m_entries;
48 delete[] m_stringTable;
49}
50
51// File Access
52bool LabArchive::openFile(const char *file)

Callers 3

openMethod · 0.45
openFileMethod · 0.45
closeFileMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected