MCPcopy Create free account
hub / github.com/ElyPrismLauncher/Launcher / replyStatusCode

Method replyStatusCode

launcher/net/NetRequest.cpp:385–388  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

383}
384
385int NetRequest::replyStatusCode() const
386{
387 return m_reply ? m_reply->attribute(QNetworkRequest::HttpStatusCodeAttribute).toInt() : -1;
388}
389
390QNetworkReply::NetworkError NetRequest::error() const
391{

Callers 7

searchProjectsMethod · 0.80
getProjectVersionsMethod · 0.80
getProjectInfoMethod · 0.80
getDependencyVersionMethod · 0.80
searchRequestFailedMethod · 0.80
setupProfileFinishedMethod · 0.80
onRequestDoneMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected