MCPcopy Create free account
hub / github.com/IChooseYou/Reclass / cleanup

Method cleanup

tests/test_validation.cpp:166–170  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

164 }
165
166 void cleanup() {
167 delete m_ctrl; m_ctrl = nullptr; m_editor = nullptr;
168 delete m_splitter; m_splitter = nullptr;
169 delete m_doc; m_doc = nullptr;
170 }
171
172 // ════════════════════════════════════════════════════════
173 // Pure parsing/validation tests (no GUI interaction)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected