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

Method getPassword

src/database/WizDatabase.cpp:937–947  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

935}
936
937QString WizDatabase::getPassword()
938{
939 CString strPassword;
940 getPassword(strPassword);
941
942 if (!strPassword.isEmpty()) {
943 strPassword = ::WizDecryptPassword(strPassword);
944 }
945
946 return strPassword;
947}
948
949qint64 WizDatabase::getObjectVersion(const QString& strObjectName)
950{

Callers 6

verifyCertMethod · 0.45
refreshCertFromServerMethod · 0.45
getCertPasswordMethod · 0.45
startDownloadMethod · 0.45
on_timer_timeoutMethod · 0.45

Calls 3

WizDecryptPasswordFunction · 0.85
TOLOGFunction · 0.85
isEmptyMethod · 0.80

Tested by

no test coverage detected