Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/KikoPlayProject/KikoPlay
/ getParameter
Method
getParameter
LANServer/httpserver/httprequest.cpp:368–371 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
366
}
367
368
QByteArray HttpRequest::getParameter(const QByteArray& name) const
369
{
370
return parameters.value(name);
371
}
372
373
QList<QByteArray> HttpRequest::getParameters(const QByteArray& name) const
374
{
Callers
4
apiDanmu
Method · 0.80
apiDanmuFull
Method · 0.80
apiLocalDanmu
Method · 0.80
apiSubtitle
Method · 0.80
Calls
1
value
Method · 0.80
Tested by
no test coverage detected