MCPcopy Create free account
hub / github.com/MiniZinc/MiniZincIDE / ~VisConnector

Method ~VisConnector

MiniZincIDE/server.cpp:10–15  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8#include "exception.h"
9
10VisConnector::~VisConnector()
11{
12 for (auto* c : _clients) {
13 delete c;
14 }
15}
16
17void VisConnector::newWebSocketClient(QWebSocket* socket)
18{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected