Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
157
QString YACReaderHttpServer::errorString() const
158
{
159
if (listener == nullptr) {
160
return QString();
161
}
162
163
return listener->errorString();
164
}
Callers
6
loadFromFile
Method · 0.80
start
Function · 0.80
loadFunctions
Method · 0.80
run
Method · 0.80
run
Method · 0.80
run
Method · 0.80
Calls
1
QString
Class · 0.50
Tested by
no test coverage detected