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

Method isRememberNotePasswordForSession

src/share/WizSettings.cpp:535–538  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

533
534static bool rememberPasswordForSession = false;
535bool WizUserSettings::isRememberNotePasswordForSession()
536{
537 return rememberPasswordForSession;
538}
539
540void WizUserSettings::setRememberNotePasswordForSession(bool remember)
541{

Callers 1

WizClearUserCipherFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected