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

Method sync

sql/searchtable.cpp:101–103  ·  view source on GitHub ↗

Synchronize a new search with what is in the database. We basically just delete the old one & give it a new entry

Source from the content-addressed store, hash-verified

99// Synchronize a new search with what is in the database. We basically
100// just delete the old one & give it a new entry
101void SearchTable::sync(SavedSearch &search) {
102 sync(0, search);
103}
104
105
106

Callers 1

updateMethod · 0.95

Calls 6

lockForWriteMethod · 0.80
bindValueMethod · 0.80
incrementLidCounterMethod · 0.80
prepareMethod · 0.45
execMethod · 0.45
unlockMethod · 0.45

Tested by

no test coverage detected