MCPcopy Create free account
hub / github.com/OpenMS/OpenMS / hasError

Method hasError

src/openms/source/SYSTEM/NetworkGetRequest.cpp:84–87  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

82 }
83
84 bool NetworkGetRequest::hasError() const
85 {
86 return error_ != QNetworkReply::NoError;
87 }
88
89 QString NetworkGetRequest::getErrorString() const
90 {

Callers 4

main_Method · 0.45
runMethod · 0.45
downloadMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected