MCPcopy Create free account
hub / github.com/FreesmTeam/FreesmLauncher / replyStatusCode

Method replyStatusCode

launcher/net/NetRequest.cpp:336–339  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

334}
335
336int NetRequest::replyStatusCode() const
337{
338 return m_reply ? m_reply->attribute(QNetworkRequest::HttpStatusCodeAttribute).toInt() : -1;
339}
340
341QNetworkReply::NetworkError NetRequest::error() const
342{

Callers 5

searchProjectsMethod · 0.80
getProjectVersionsMethod · 0.80
getDependencyVersionMethod · 0.80
searchRequestFailedMethod · 0.80
onRequestDoneMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected