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

Method getDocumentFileName

src/database/WizDatabase.cpp:2893–2896  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2891}
2892
2893QString WizDatabase::getDocumentFileName(const QString& strGUID) const
2894{
2895 return getDocumentsDataPath() + "{" + strGUID + "}";
2896}
2897
2898QString WizDatabase::getAttachmentFileName(const QString& strGUID)
2899{

Callers 15

setDocumentMethod · 0.80
FileNameMethod · 0.80
deleteFromTrashMethod · 0.80
PermanentlyDeleteMethod · 0.80
downloadNormalDataMethod · 0.80
downloadDocumentMethod · 0.80
viewNoteMethod · 0.80
reviewCurrentNoteMethod · 0.80
setDocumentMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected