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

Function ArrayToInt

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

Source from the content-addressed store, hash-verified

22}
23
24static int32_t ArrayToInt(const QByteArray &ba)
25{
26 const char *p = ba.data();
27 return *(reinterpret_cast<const quint32 *>(p));
28}
29
30void ReceiverWorker::doRead()
31{

Callers 1

doReadMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected