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

Method pauseIndexing

nixnote.cpp:3535–3541  ·  view source on GitHub ↗

Pause/unpause indexing.

Source from the content-addressed store, hash-verified

3533
3534// Pause/unpause indexing.
3535void NixNote::pauseIndexing(bool value) {
3536 if (menuBar->pauseIndexingAction->isChecked()) {
3537 indexRunner.pauseIndexing = true;
3538 return;
3539 }
3540 indexRunner.pauseIndexing = value;
3541}
3542
3543
3544// View the mesasge log. These same messages show up in a terminal

Callers 1

synchronizeMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected