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

Method interfaces

AdaptixClient/Source/Client/AxScript/BridgeApp.cpp:966–975  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

964}
965
966QJSValue BridgeApp::interfaces() const
967{
968 QVariantList list;
969 auto interfaces = scriptEngine->manager()->GetInterfaces();
970
971 for (const auto& addr : interfaces)
972 list.append(addr);
973
974 return this->scriptEngine->engine()->toScriptValue(list);
975}
976
977bool BridgeApp::is64(const QString &id) const
978{

Callers

nothing calls this directly

Calls 4

managerMethod · 0.80
appendMethod · 0.80
GetInterfacesMethod · 0.45
engineMethod · 0.45

Tested by

no test coverage detected