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

Method close

TheForceEngine/TFE_Archive/gobArchive.cpp:83–89  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

81}
82
83void GobArchive::close()
84{
85 m_file.close();
86 m_archiveOpen = false;
87 delete[] m_fileList.entries;
88 m_fileList.entries = nullptr;
89}
90
91// File Access
92bool GobArchive::openFile(const char *file)

Callers 6

createMethod · 0.45
validateMethod · 0.45
openMethod · 0.45
openFileMethod · 0.45
closeFileMethod · 0.45
addFileMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected