MCPcopy Create free account
hub / github.com/IJHack/QtPass / isLessRandom

Method isLessRandom

src/qtpasssettings.cpp:674–678  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

672}
673
674auto QtPassSettings::isLessRandom(const bool &defaultValue) -> bool {
675 return getInstance()
676 ->value(SettingsConstants::lessRandom, defaultValue)
677 .toBool();
678}
679void QtPassSettings::setLessRandom(const bool &lessRandom) {
680 getInstance()->setValue(SettingsConstants::lessRandom, lessRandom);
681}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected