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

Function wisdomFileDetailText

src/core/AudioEngine.cpp:5049–5060  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5047}
5048
5049static QString wisdomFileDetailText(const QFileInfo& info)
5050{
5051 if (!info.exists()) {
5052 return QStringLiteral("path=\"%1\"")
5053 .arg(QDir::toNativeSeparators(info.absoluteFilePath()));
5054 }
5055
5056 return QStringLiteral("path=\"%1\" size=%2B modified=\"%3\"")
5057 .arg(QDir::toNativeSeparators(info.absoluteFilePath()))
5058 .arg(info.size())
5059 .arg(info.lastModified().toString(Qt::ISODateWithMs));
5060}
5061
5062static QString wisdomResultText(SpectralNR::WisdomResult result)
5063{

Callers 2

logNr2WisdomSummaryFunction · 0.85

Calls 2

sizeMethod · 0.45
toStringMethod · 0.45

Tested by

no test coverage detected