MCPcopy Create free account
hub / github.com/QuiteRSS/quiterss / readAllFileContents

Method readAllFileContents

src/common/common.cpp:146–149  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

144}
145
146QString Common::readAllFileContents(const QString &filename)
147{
148 return QString::fromUtf8(readAllFileByteContents(filename));
149}
150
151QByteArray Common::readAllFileByteContents(const QString &filename)
152{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected