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

Method instance

src/plugins/chat/copilot.cpp:45–49  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

43}
44
45Copilot *Copilot::instance()
46{
47 static Copilot ins;
48 return &ins;
49}
50
51QMenu *Copilot::getMenu()
52{

Callers 1

loadPluginMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected