Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
83
void 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
92
bool GobArchive::openFile(const char *file)
Callers
6
create
Method · 0.45
validate
Method · 0.45
open
Method · 0.45
openFile
Method · 0.45
closeFile
Method · 0.45
addFile
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected