MCPcopy 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
20void HttpVersionChecker::checkNewVersion(const QByteArray &data)
21{
22 checkNewVersion(QString(data));
23}
24
25bool HttpVersionChecker::checkNewVersion(QString sourceContent)
26{

Callers

nothing calls this directly

Calls 2

isEmptyMethod · 0.80
QStringClass · 0.50

Tested by

no test coverage detected