Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ErrorAtLine0/infinipaint
/ ~MainProgram
Method
~MainProgram
src/MainProgram.cpp:643–646 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
641
}
642
643
MainProgram::~MainProgram() {
644
screen = nullptr; // Destroy screen first to let destructor run
645
NetThreadManager::get().destroy();
646
}
Callers
nothing calls this directly
Calls
2
destroy
Method · 0.80
get
Function · 0.50
Tested by
no test coverage detected