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

Method remove

LANServer/httpserver/httpsession.cpp:121–129  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

119}
120
121void HttpSession::remove(const QByteArray& key)
122{
123 if (dataPtr)
124 {
125 dataPtr->lock.lockForWrite();
126 dataPtr->values.remove(key);
127 dataPtr->lock.unlock();
128 }
129}
130
131QVariant HttpSession::get(const QByteArray& key) const
132{

Callers 3

removeSessionMethod · 0.45
extractCookiesMethod · 0.45
parseMultiPartFileMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected