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

Method SaveToDB

AdaptixClient/Source/Client/Settings.cpp:69–77  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

67}
68
69void Settings::SaveToDB() const
70{
71 mainAdaptix->storage->UpdateSettingsMain( data );
72 mainAdaptix->storage->UpdateSettingsConsole( data );
73 mainAdaptix->storage->UpdateSettingsSessions( data );
74 mainAdaptix->storage->UpdateSettingsGraph( data );
75 mainAdaptix->storage->UpdateSettingsTasks( data );
76 mainAdaptix->storage->UpdateSettingsTabBlink( data );
77}

Callers 2

SaveColumnOrderMethod · 0.80
onApplyMethod · 0.80

Calls 6

UpdateSettingsMainMethod · 0.80
UpdateSettingsConsoleMethod · 0.80
UpdateSettingsGraphMethod · 0.80
UpdateSettingsTasksMethod · 0.80

Tested by

no test coverage detected