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

Method SyncExtension

AdaptixClient/Source/UI/MainUI.cpp:125–132  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

123}
124
125bool MainUI::SyncExtension(const QString &Project, ExtensionFile *extFile)
126{
127 for (auto adaptixWidget : AdaptixProjects) {
128 if (adaptixWidget && adaptixWidget->GetProfile()->GetProject() == Project)
129 return adaptixWidget->AddExtension(extFile);
130 }
131 return true;
132}
133
134void MainUI::RemoveExtension(const ExtensionFile &extFile)
135{

Callers 1

syncedOnReloadMethod · 0.80

Calls 3

GetProjectMethod · 0.80
GetProfileMethod · 0.45
AddExtensionMethod · 0.45

Tested by

no test coverage detected