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

Method update

sql/searchtable.cpp:410–414  ·  view source on GitHub ↗

Update an existing saved search

Source from the content-addressed store, hash-verified

408
409// Update an existing saved search
410bool SearchTable::update(qint32 lid, SavedSearch &s, bool isDirty=true) {
411 this->sync(lid, s);
412 this->setDirty(lid, isDirty);
413 return true;
414}
415
416
417// Is this search deleted?

Callers

nothing calls this directly

Calls 2

syncMethod · 0.95
setDirtyMethod · 0.95

Tested by

no test coverage detected