Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TheForceEngine/TheForceEngine
/ addLocalArchive
Function
addLocalArchive
TheForceEngine/TFE_FileSystem/paths.cpp:323–326 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
321
}
322
323
void addLocalArchive(Archive* archive)
324
{
325
s_localArchives.push_back(archive);
326
}
327
328
void removeLastArchive()
329
{
Callers
6
loadCustomGob
Function · 0.50
openGobFiles
Function · 0.50
escapeMenu_load
Function · 0.50
agentMenu_load
Function · 0.50
menu_openResourceArchive
Function · 0.50
lsystem_init
Function · 0.50
Calls
1
push_back
Method · 0.80
Tested by
no test coverage detected