Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
242
qint64 LogManager::logFileSize() const
243
{
244
flushLog();
245
QFileInfo fi(logFilePath());
246
return fi.exists() ? fi.size() : 0;
247
}
248
249
void LogManager::clearLog()
250
{
Callers
1
refreshLog
Method · 0.80
Calls
1
size
Method · 0.45
Tested by
no test coverage detected