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

Method ReceiverWorker

cp-profiler/src/cpprofiler/receiver_worker.cpp:19–22  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

17{
18
19ReceiverWorker::ReceiverWorker(QTcpSocket &socket, const Settings &s)
20 : m_socket(socket), m_settings(s)
21{
22}
23
24static int32_t ArrayToInt(const QByteArray &ba)
25{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected