Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/YACReader/yacreader
/ checkNewVersion
Method
checkNewVersion
common/check_new_version.cpp:20–23 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
18
}
19
20
void HttpVersionChecker::checkNewVersion(const QByteArray &data)
21
{
22
checkNewVersion(QString(data));
23
}
24
25
bool HttpVersionChecker::checkNewVersion(QString sourceContent)
26
{
Callers
nothing calls this directly
Calls
2
isEmpty
Method · 0.80
QString
Class · 0.50
Tested by
no test coverage detected