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

Method SetServerGroupEngine

AdaptixClient/Source/Agent/Commander.cpp:120–125  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

118}
119
120void Commander::SetServerGroupEngine(const QString &scriptName, QJSEngine* engine)
121{
122 if (!serverGroups.contains(scriptName))
123 return;
124 serverGroups[scriptName].group.engine = engine;
125}
126
127bool Commander::IsServerGroupEnabled(const QString &scriptName) const
128{

Callers 1

Calls 1

containsMethod · 0.45

Tested by

no test coverage detected