Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/Audio4Linux/JDSP4Linux
/ clear
Method
clear
src/utils/Log.cpp:253–261 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
251
}
252
253
void Log::clear()
254
{
255
QFile file(path());
256
257
if (file.exists())
258
{
259
file.remove();
260
}
261
}
262
263
void Log::backupLastLog()
264
{
Callers
12
updatePresetList
Method · 0.45
updateConvolverList
Method · 0.45
enumerateFiles
Method · 0.45
populateList
Method · 0.45
refreshDevices
Method · 0.45
loadRules
Method · 0.45
clearProperties
Method · 0.45
rescan
Method · 0.45
disconnect_filters
Method · 0.45
on_device_info
Function · 0.45
forceManageMode
Method · 0.45
setConfigMap
Method · 0.45
Calls
2
exists
Method · 0.45
remove
Method · 0.45
Tested by
no test coverage detected