MCPcopy Create free account
hub / github.com/YACReader/yacreader / errorString

Method errorString

YACReaderLibrary/server/yacreader_http_server.cpp:157–164  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

155}
156
157QString YACReaderHttpServer::errorString() const
158{
159 if (listener == nullptr) {
160 return QString();
161 }
162
163 return listener->errorString();
164}

Callers 6

loadFromFileMethod · 0.80
startFunction · 0.80
loadFunctionsMethod · 0.80
runMethod · 0.80
runMethod · 0.80
runMethod · 0.80

Calls 1

QStringClass · 0.50

Tested by

no test coverage detected