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

Method setLastAccess

LANServer/httpserver/httpsession.cpp:180–188  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

178
179
180void HttpSession::setLastAccess()
181{
182 if (dataPtr)
183 {
184 dataPtr->lock.lockForWrite();
185 dataPtr->lastAccess=QDateTime::currentMSecsSinceEpoch();
186 dataPtr->lock.unlock();
187 }
188}

Callers 1

getSessionMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected