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

Method getBackgroundIndexing

global.cpp:496–501  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

494
495
496bool Global::getBackgroundIndexing() {
497 settings->beginGroup("Search");
498 bool value = settings->value("backgroundIndexing",false).toBool();
499 settings->endGroup();
500 return value;
501}
502
503
504

Callers 1

SearchPreferencesMethod · 0.80

Calls 1

valueMethod · 0.80

Tested by

no test coverage detected