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

Method getLastAccess

LANServer/httpserver/httpsession.cpp:167–177  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

165}
166
167qint64 HttpSession::getLastAccess() const
168{
169 qint64 value=0;
170 if (dataPtr)
171 {
172 dataPtr->lock.lockForRead();
173 value=dataPtr->lastAccess;
174 dataPtr->lock.unlock();
175 }
176 return value;
177}
178
179
180void HttpSession::setLastAccess()

Callers 1

sessionTimerEventMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected