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

Method clear

src/database/WizDatabase.cpp:110–116  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

108 return m_passwords[strBizGUID];
109 }
110 void clear()
111 {
112 QMutexLocker locker(&m_mutex);
113 Q_UNUSED(locker);
114 //
115 m_passwords.clear();
116 }
117};
118
119

Callers 5

setAllBizInfoMethod · 0.45
clearCertPasswordMethod · 0.45
clearLastErrorMessageMethod · 0.45
createTagExMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected