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

Method getAccountPath

src/database/WizDatabase.cpp:2840–2848  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2838
2839
2840QString WizDatabase::getAccountPath() const
2841{
2842 Q_ASSERT(!m_strAccountFolderName.isEmpty());
2843
2844 QString strPath = Utils::WizPathResolve::dataStorePath() + m_strAccountFolderName + "/";
2845 WizEnsurePathExists(strPath);
2846
2847 return strPath;
2848}
2849
2850QString WizDatabase::getAccountFolderName() const
2851{

Callers 5

analyzerFileFunction · 0.80
WizTitleBarMethod · 0.80
setLockedMethod · 0.80
resetSectionsMethod · 0.80
WizUserInfoWidgetMethod · 0.80

Calls 2

WizEnsurePathExistsFunction · 0.85
isEmptyMethod · 0.80

Tested by

no test coverage detected