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

Method removeSession

LANServer/httpserver/httpsessionstore.cpp:125–131  ·  view source on GitHub ↗

Delete a session */

Source from the content-addressed store, hash-verified

123
124/** Delete a session */
125void HttpSessionStore::removeSession(HttpSession session)
126{
127 mutex.lock();
128 emit sessionDeleted(session.getId());
129 sessions.remove(session.getId());
130 mutex.unlock();
131}

Callers

nothing calls this directly

Calls 2

getIdMethod · 0.80
removeMethod · 0.45

Tested by

no test coverage detected