Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cjcliffe/CubicSDR
/ getRecordingPath
Method
getRecordingPath
src/AppConfig.cpp:512–514 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
510
}
511
512
std::string AppConfig::getRecordingPath() {
513
return recordingPath;
514
}
515
516
bool AppConfig::verifyRecordingPath() {
517
string recPathStr = wxGetApp().getConfig()->getRecordingPath();
Callers
5
verifyRecordingPath
Method · 0.80
updateRecordingMenu
Method · 0.80
actionOnMenuRecording
Method · 0.80
getOutputFileName
Method · 0.80
getOutputFileName
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected