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

Method SetSubscriptions

AdaptixClient/Source/Client/AuthProfile.cpp:63–63  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

61QStringList AuthProfile::GetSubscriptions() const { return this->subscriptions; }
62
63void AuthProfile::SetSubscriptions(const QStringList &subs) { this->subscriptions = subs; }
64
65QStringList AuthProfile::GetRegisteredCategories() const { return this->registeredCategories; }
66

Callers 4

onApplyMethod · 0.80
onSyncInactiveAgentsMethod · 0.80
StartDialogMethod · 0.80
ListProjectsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected