MCPcopy Create free account
hub / github.com/Adaptix-Framework/AdaptixC2 / LoadFromDB

Method LoadFromDB

AdaptixClient/Source/Client/Settings.cpp:59–67  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

57}
58
59void Settings::LoadFromDB()
60{
61 mainAdaptix->storage->SelectSettingsMain( &data );
62 mainAdaptix->storage->SelectSettingsConsole( &data );
63 mainAdaptix->storage->SelectSettingsSessions( &data );
64 mainAdaptix->storage->SelectSettingsGraph( &data );
65 mainAdaptix->storage->SelectSettingsTasks( &data );
66 mainAdaptix->storage->SelectSettingsTabBlink( &data );
67}
68
69void Settings::SaveToDB() const
70{

Callers 1

SettingsMethod · 0.95

Calls 6

SelectSettingsMainMethod · 0.80
SelectSettingsConsoleMethod · 0.80
SelectSettingsGraphMethod · 0.80
SelectSettingsTasksMethod · 0.80

Tested by

no test coverage detected