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

Method SetProfile

AdaptixClient/Source/UI/Dialogs/DialogAgent.cpp:281–285  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

279}
280
281void DialogAgent::SetProfile(const AuthProfile &profile)
282{
283 this->authProfile = profile;
284 loadProfiles();
285}
286
287void DialogAgent::SetAvailableListeners(const QVector<ListenerData> &listeners)
288{

Callers 5

contextMenuEventMethod · 0.45
onCreateListenerMethod · 0.45
onEditListenerMethod · 0.45
onGenerateAgentMethod · 0.45
actionSetDataMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected