MCPcopy 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
253void Log::clear()
254{
255 QFile file(path());
256
257 if (file.exists())
258 {
259 file.remove();
260 }
261}
262
263void Log::backupLastLog()
264{

Callers 12

updatePresetListMethod · 0.45
updateConvolverListMethod · 0.45
enumerateFilesMethod · 0.45
populateListMethod · 0.45
refreshDevicesMethod · 0.45
loadRulesMethod · 0.45
clearPropertiesMethod · 0.45
rescanMethod · 0.45
disconnect_filtersMethod · 0.45
on_device_infoFunction · 0.45
forceManageModeMethod · 0.45
setConfigMapMethod · 0.45

Calls 2

existsMethod · 0.45
removeMethod · 0.45

Tested by

no test coverage detected