Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
setAllBizInfo
Method · 0.45
getAllObjectsNeedToBeDownloaded
Method · 0.45
clearCertPassword
Method · 0.45
clearLastErrorMessage
Method · 0.45
createTagEx
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected