Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
496
bool 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
SearchPreferences
Method · 0.80
Calls
1
value
Method · 0.80
Tested by
no test coverage detected