Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
243
void Server::clear()
244
{
245
for (auto* c : connectors) {
246
delete c;
247
}
248
connectors.clear();
249
}
250
251
bool Server::sendToLastClient(const QJsonDocument& message)
252
{
Callers
15
commit
Method · 0.45
recentFileMenuAction
Method · 0.45
recentProjectMenuAction
Method · 0.45
fileModifiedTimeout
Method · 0.45
addRecentProject
Method · 0.45
addRecentFile
Method · 0.45
clearFixedBg
Method · 0.45
highlightBlock
Method · 0.45
loadConfigs
Method · 0.45
unstashModifiedConfigs
Method · 0.45
updateSolverConfig
Method · 0.45
populateComboBox
Method · 0.45
Calls
no outgoing calls
Tested by
1
resetSettings
Method · 0.36