MCPcopy Create free account
hub / github.com/KikoPlayProject/KikoPlay / getId

Method getId

LANServer/httpserver/httpsession.cpp:95–105  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

93
94
95QByteArray HttpSession::getId() const
96{
97 if (dataPtr)
98 {
99 return dataPtr->id;
100 }
101 else
102 {
103 return QByteArray();
104 }
105}
106
107bool HttpSession::isNull() const {
108 return dataPtr==nullptr;

Callers 3

getSessionMethod · 0.80
sessionTimerEventMethod · 0.80
removeSessionMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected