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

Method logFileSize

src/core/LogManager.cpp:242–247  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

240}
241
242qint64 LogManager::logFileSize() const
243{
244 flushLog();
245 QFileInfo fi(logFilePath());
246 return fi.exists() ? fi.size() : 0;
247}
248
249void LogManager::clearLog()
250{

Callers 1

refreshLogMethod · 0.80

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected