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

Method synchronizeAttachments

global.cpp:633–638  ·  view source on GitHub ↗

Should we synchronize attachments? Not really useful except in debugging

Source from the content-addressed store, hash-verified

631
632// Should we synchronize attachments? Not really useful except in debugging
633bool Global::synchronizeAttachments() {
634 settings->beginGroup("Search");
635 bool value = settings->value("synchronizeAttachments", true).toBool();
636 settings->endGroup();
637 return value;
638}
639
640
641

Callers 2

openPreferencesMethod · 0.80
SearchPreferencesMethod · 0.80

Calls 1

valueMethod · 0.80

Tested by

no test coverage detected