MCPcopy Create free account
hub / github.com/aethersdr/AetherSDR / readAll

Function readAll

tests/async_log_writer_test.cpp:29–35  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

27}
28
29QByteArray readAll(const QString& path)
30{
31 QFile f(path);
32 if (!f.open(QIODevice::ReadOnly))
33 return {};
34 return f.readAll();
35}
36
37QString writeAndRead(const QString& path, QtMsgType type, const QString& category,
38 const QString& message)

Calls 1

openMethod · 0.45

Tested by

no test coverage detected