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

Method Settings

AdaptixClient/Source/Client/Settings.cpp:6–12  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4#include <MainAdaptix.h>
5
6Settings::Settings(MainAdaptix* m)
7{
8 mainAdaptix = m;
9
10 this->SetDefault();
11 this->LoadFromDB();
12}
13
14Settings::~Settings() = default;
15

Callers

nothing calls this directly

Calls 2

SetDefaultMethod · 0.95
LoadFromDBMethod · 0.95

Tested by

no test coverage detected