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

Method clear

AdaptixClient/Source/Client/AxScript/BridgeMenu.cpp:27–31  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

25QList<AbstractAxMenuItem*> BridgeMenu::items() const { return menuItems; }
26
27void BridgeMenu::clear()
28{
29 qDeleteAll(menuItems);
30 menuItems.clear();
31}
32
33AxActionWrapper* BridgeMenu::create_action(const QString& text, const QJSValue& handler)
34{

Callers 5

setHandlerReadyMethod · 0.45
processSyncPacketMethod · 0.45
ClearMethod · 0.45
~AxScriptEngineMethod · 0.45
unserializeParamsFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected