Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MiniZinc/MiniZincIDE
/ TcpServer
Method
TcpServer
cp-profiler/src/cpprofiler/tcp_server.cpp:6–7 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
4
{
5
6
TcpServer::TcpServer(std::function<void(intptr_t)> callback)
7
: QTcpServer{}, m_callback(callback) {}
8
9
void TcpServer::incomingConnection(qintptr handle)
10
{
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected