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

Method sync

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

Synchronize a new notebook 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 notebook with what is in the database. We basically
100// just delete the old one & give it a new entry
101qint32 NotebookTable::sync(Notebook &notebook) {
102 return sync(0, notebook);
103}
104
105
106

Callers

nothing calls this directly

Calls 8

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

Tested by

no test coverage detected