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

Method getObjectVersion

src/database/WizDatabase.cpp:949–952  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

947}
948
949qint64 WizDatabase::getObjectVersion(const QString& strObjectName)
950{
951 return getMetaInt64("SYNC_INFO", strObjectName, -1);
952}
953
954bool WizDatabase::setObjectVersion(const QString& strObjectName,
955 qint64 nVersion)

Callers 5

WizDownloadMessagesFunction · 0.80
syncGroupUsersFunction · 0.80
downloadListMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected