Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenApoc/OpenApoc
/ shutdownFramework
Method
shutdownFramework
framework/framework.cpp:710–715 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
708
}
709
710
void Framework::shutdownFramework()
711
{
712
LogInfo(
"Shutdown framework"
);
713
p->ProgramStages.clear();
714
p->quitProgram = true;
715
}
716
717
enum class ScreenMode
718
{
Callers
nothing calls this directly
Calls
1
clear
Method · 0.45
Tested by
no test coverage detected