MCPcopy Create free account
hub / github.com/baumgarr/nixnote2 / getMultiThreadSave

Method getMultiThreadSave

global.cpp:1404–1409  ·  view source on GitHub ↗

Should we use multiple theads to do note saving

Source from the content-addressed store, hash-verified

1402
1403// Should we use multiple theads to do note saving
1404bool Global::getMultiThreadSave() {
1405 global.settings->beginGroup("Appearance");
1406 bool value = global.settings->value("multiThreadSave", false).toBool();
1407 global.settings->endGroup();
1408 return value;
1409}
1410
1411void Global::setMultiThreadSave(bool value) {
1412 global.settings->beginGroup("Appearance");

Callers 2

setupMethod · 0.95
DebugPreferencesMethod · 0.80

Calls 1

valueMethod · 0.80

Tested by

no test coverage detected