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

Method contains

LANServer/httpserver/httpsession.cpp:143–153  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

141}
142
143bool HttpSession::contains(const QByteArray& key) const
144{
145 bool found=false;
146 if (dataPtr)
147 {
148 dataPtr->lock.lockForRead();
149 found=dataPtr->values.contains(key);
150 dataPtr->lock.unlock();
151 }
152 return found;
153}
154
155QMap<QByteArray,QVariant> HttpSession::getAll() const
156{

Callers 15

apiScreenshotMethod · 0.45
serviceMethod · 0.45
readHeadersMethod · 0.45
addDeviceMethod · 0.45
removeDeviceMethod · 0.45
parseRequestMethod · 0.45
handleHttpRequestMethod · 0.45
upnpservice.cppFile · 0.45
getStateVariableMethod · 0.45
fillStateVariableArgMethod · 0.45
verifyArgsMethod · 0.45
writeResponseMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected