MCPcopy 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
368QByteArray HttpRequest::getParameter(const QByteArray& name) const
369{
370 return parameters.value(name);
371}
372
373QList<QByteArray> HttpRequest::getParameters(const QByteArray& name) const
374{

Callers 4

apiDanmuMethod · 0.80
apiDanmuFullMethod · 0.80
apiLocalDanmuMethod · 0.80
apiSubtitleMethod · 0.80

Calls 1

valueMethod · 0.80

Tested by

no test coverage detected