Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/baumgarr/nixnote2
/ setBackgroundIndexing
Method
setBackgroundIndexing
global.cpp:506–510 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
504
505
506
void Global::setBackgroundIndexing(bool value) {
507
settings->beginGroup(
"Search"
);
508
settings->setValue(
"backgroundIndexing"
,value);
509
settings->endGroup();
510
}
511
512
513
Callers
1
saveValues
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected