Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TheForceEngine/TheForceEngine
/ closeFile
Method
closeFile
TheForceEngine/TFE_Archive/labArchive.cpp:93–97 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
91
}
92
93
void LabArchive::closeFile()
94
{
95
m_curFile = -1;
96
m_file.close();
97
}
98
99
u32 LabArchive::getFileIndex(const char* file)
100
{
Callers
nothing calls this directly
Calls
1
close
Method · 0.45
Tested by
no test coverage detected