MCPcopy Create free account
hub / github.com/bailey27/cppcryptfs / NeverSaveHistory

Function NeverSaveHistory

cppcryptfs/ui/uiutil.cpp:96–101  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

94}
95
96bool NeverSaveHistory()
97{
98 bool bNeverSaveHistory = false;
99 CryptSettings::getInstance().GetSettingCurrent(NEVER_SAVE_HISTORY, bNeverSaveHistory);
100 return bNeverSaveHistory;
101}
102
103wstring CheckOpenHandles(HWND hWnd, const wchar_t* mp, bool interactive, bool force)
104{

Callers 4

WriteProfileIntMethod · 0.85
WriteProfileStringMethod · 0.85
WriteProfileBinaryMethod · 0.85
AddMethod · 0.85

Calls 1

GetSettingCurrentMethod · 0.80

Tested by

no test coverage detected