MCPcopy Create free account
hub / github.com/IENT/YUView / readRemoteFromData

Method readRemoteFromData

YUViewLib/src/handler/UpdateHandlerFile.cpp:90–96  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

88}
89
90void updateFileHandler::readRemoteFromData(QByteArray &arr)
91{
92 const QString reply = QString(arr);
93 const QStringList lines = reply.split("\n");
94 for (auto line : lines)
95 this->parseOneLine(line);
96}
97
98void updateFileHandler::parseOneLine(QString &line, bool checkExistence)
99{

Callers 1

updateFileHandlerMethod · 0.95

Calls 1

parseOneLineMethod · 0.95

Tested by

no test coverage detected