MCPcopy Create free account
hub / github.com/awawa-dev/HyperHDR / getGuid

Method getGuid

sources/webserver/QtHttpClientWrapper.cpp:42–55  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

40}
41
42QString QtHttpClientWrapper::getGuid(void)
43{
44 if (m_guid.isEmpty())
45 {
46 m_guid = QString::fromLocal8Bit(
47 QCryptographicHash::hash(
48 QByteArray::number((quint64)(this)),
49 QCryptographicHash::Md5
50 ).toHex()
51 );
52 }
53
54 return m_guid;
55}
56
57
58void QtHttpClientWrapper::onReplySendDataRequested(void)

Callers 2

onClientConnectedMethod · 0.80
onClientDisconnectedMethod · 0.80

Calls 2

isEmptyMethod · 0.80
toHexMethod · 0.80

Tested by

no test coverage detected