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

Method incomingConnection

cp-profiler/src/cpprofiler/tcp_server.cpp:9–12  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7 : QTcpServer{}, m_callback(callback) {}
8
9void TcpServer::incomingConnection(qintptr handle)
10{
11 m_callback(handle);
12}
13
14} // namespace cpprofiler

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected