Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
43
void LabArchive::close()
44
{
45
m_file.close();
46
m_archiveOpen = false;
47
delete[] m_entries;
48
delete[] m_stringTable;
49
}
50
51
// File Access
52
bool LabArchive::openFile(const char *file)
Callers
3
open
Method · 0.45
openFile
Method · 0.45
closeFile
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected