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

Method getCertPassword

src/database/WizDatabase.cpp:4572–4576  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4570}
4571
4572QString WizDatabase::getCertPassword()
4573{
4574 QString password = WizUserCertPassword::Instance().getPassword(m_info.bizGUID);
4575 return password;
4576}
4577QString WizDatabase::getCertPasswordHint()
4578{
4579 QString n;

Callers 4

certPasswordMethod · 0.80
viewNoteMethod · 0.80
reviewCurrentNoteMethod · 0.80
foreachFunction · 0.80

Calls 1

getPasswordMethod · 0.45

Tested by

no test coverage detected