Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TheForceEngine/TheForceEngine
/ closeFile
Method
closeFile
TheForceEngine/TFE_Archive/gobArchive.cpp:133–137 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
131
}
132
133
void GobArchive::closeFile()
134
{
135
m_curFile = -1;
136
m_file.close();
137
}
138
139
u32 GobArchive::getFileIndex(const char* file)
140
{
Callers
nothing calls this directly
Calls
1
close
Method · 0.45
Tested by
no test coverage detected