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

Method isAttachmentDownloaded

src/database/WizDatabase.cpp:3691–3694  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3689}
3690
3691bool WizDatabase::isAttachmentDownloaded(const CString& strGUID)
3692{
3693 return WizIndex::isObjectDataDownloaded(strGUID, "attachment");
3694}
3695
3696bool WizDatabase::getAllObjectsNeedToBeDownloaded(CWizObjectDataArray& arrayData, int nTimeLine)
3697{

Calls

no outgoing calls

Tested by

no test coverage detected