MCPcopy Create free account
hub / github.com/MiniZinc/MiniZincIDE / clear

Method clear

MiniZincIDE/server.cpp:243–249  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

241}
242
243void Server::clear()
244{
245 for (auto* c : connectors) {
246 delete c;
247 }
248 connectors.clear();
249}
250
251bool Server::sendToLastClient(const QJsonDocument& message)
252{

Callers 15

commitMethod · 0.45
recentFileMenuActionMethod · 0.45
fileModifiedTimeoutMethod · 0.45
addRecentProjectMethod · 0.45
addRecentFileMethod · 0.45
clearFixedBgMethod · 0.45
highlightBlockMethod · 0.45
loadConfigsMethod · 0.45
updateSolverConfigMethod · 0.45
populateComboBoxMethod · 0.45

Calls

no outgoing calls

Tested by 1

resetSettingsMethod · 0.36