Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cjcliffe/CubicSDR
/ setRecordingPath
Method
setRecordingPath
src/AppConfig.cpp:508–510 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
506
}
507
508
void AppConfig::setRecordingPath(std::string recPath) {
509
recordingPath = recPath;
510
}
511
512
std::string AppConfig::getRecordingPath() {
513
return recordingPath;
Callers
1
actionOnMenuRecording
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected