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

Method cleanup

tests/test_controller.cpp:86–95  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

84 }
85
86 void cleanup() {
87 // Delete controller first (disconnects from editor signals)
88 delete m_ctrl;
89 m_ctrl = nullptr;
90 m_editor = nullptr; // owned by splitter
91 delete m_splitter;
92 m_splitter = nullptr;
93 delete m_doc;
94 m_doc = nullptr;
95 }
96
97 // ── Test: setNodeValue writes bytes to provider ──
98 void testSetNodeValueWritesData() {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected