Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Audio4Linux/JDSP4Linux
/ save
Method
save
src/config/DspConfig.h:242–246 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
240
}
241
242
void save()
243
{
244
auto file = AppConfig::instance().getDspConfPath();
245
ConfigIO::writeFile(file, _conf->getConfigMap());
246
}
247
248
void load()
249
{
Callers
nothing calls this directly
Calls
2
getDspConfPath
Method · 0.80
getConfigMap
Method · 0.80
Tested by
no test coverage detected