Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TheForceEngine/TheForceEngine
/ closeFile
Method
closeFile
TheForceEngine/TFE_Archive/lfdArchive.cpp:123–127 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
121
}
122
123
void LfdArchive::closeFile()
124
{
125
m_curFile = -1;
126
m_file.close();
127
}
128
129
u32 LfdArchive::getFileIndex(const char* file)
130
{
Callers
nothing calls this directly
Calls
1
close
Method · 0.45
Tested by
no test coverage detected