MCPcopy Create free account
hub / github.com/Codeya-IDE/deepin-ide / processActionInvokedEvent

Method processActionInvokedEvent

src/plugins/chat/eventreceiver.cpp:71–76  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

69}
70
71void ChatReceiver::processActionInvokedEvent(const dpf::Event &event)
72{
73 auto actId = event.property("actionId").toString();
74 if (actId == "ai_rag_install")
75 ChatManager::instance()->installConda();
76}
77
78void ChatReceiver::processOpenProjectEvent(const dpf::Event &event)
79{

Callers

nothing calls this directly

Calls 3

installCondaMethod · 0.80
toStringMethod · 0.45
propertyMethod · 0.45

Tested by

no test coverage detected