MCPcopy 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
643MainProgram::~MainProgram() {
644 screen = nullptr; // Destroy screen first to let destructor run
645 NetThreadManager::get().destroy();
646}

Callers

nothing calls this directly

Calls 2

destroyMethod · 0.80
getFunction · 0.50

Tested by

no test coverage detected