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

Method getDefaultNoteLocation

src/database/WizDatabase.cpp:2925–2931  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2923}
2924
2925QString WizDatabase::getDefaultNoteLocation() const
2926{
2927 if (m_bIsPersonal)
2928 return LOCATION_DEFAULT;
2929 else
2930 return "/"+m_strUserId+"/";
2931}
2932
2933QString WizDatabase::getDocumentAuthorAlias(const WIZDOCUMENTDATA& doc)
2934{

Callers 11

importFilesMethod · 0.45
moveToMethod · 0.45
copyToMethod · 0.45
createNoteMethod · 0.45
CreateDocumentMethod · 0.45
createDocumentMethod · 0.45
initFoldersMethod · 0.45
initFoldersMethod · 0.45
initFoldersMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected