MCPcopy 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
512std::string AppConfig::getRecordingPath() {
513 return recordingPath;
514}
515
516bool AppConfig::verifyRecordingPath() {
517 string recPathStr = wxGetApp().getConfig()->getRecordingPath();

Callers 5

verifyRecordingPathMethod · 0.80
updateRecordingMenuMethod · 0.80
actionOnMenuRecordingMethod · 0.80
getOutputFileNameMethod · 0.80
getOutputFileNameMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected