Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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 */
125
void 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
getId
Method · 0.80
remove
Method · 0.45
Tested by
no test coverage detected