MCPcopy Create free account
hub / github.com/altairwei/WizNotePlus / WizSyncDatabaseOnly

Function WizSyncDatabaseOnly

src/sync/WizSync.cpp:1826–1836  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1824}
1825
1826bool WizSyncDatabaseOnly(IWizKMSyncEvents* pEvents, IWizSyncableDatabase* pDatabase, const WIZUSERINFOBASE& info, bool bGroup)
1827{
1828 WizKMSync sync(pDatabase, info, WIZKBINFO(), WIZKBVALUEVERSIONS(), pEvents, bGroup, FALSE, NULL);
1829 bool bRet = sync.sync();
1830 if (bRet)
1831 {
1832 sync.downloadObjectData();
1833 }
1834
1835 return bRet;
1836}
1837
1838
1839bool WizQuickDownloadMessage(const WIZUSERINFO& info, IWizKMSyncEvents* pEvents, IWizSyncableDatabase* pDatabase)

Callers

nothing calls this directly

Calls 4

WIZKBINFOClass · 0.85
WIZKBVALUEVERSIONSClass · 0.85
syncMethod · 0.80
downloadObjectDataMethod · 0.80

Tested by

no test coverage detected