Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
24
static int32_t ArrayToInt(const QByteArray &ba)
25
{
26
const char *p = ba.data();
27
return *(reinterpret_cast<const quint32 *>(p));
28
}
29
30
void ReceiverWorker::doRead()
31
{
Callers
1
doRead
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected