MCPcopy Create free account
hub / github.com/SpartanJ/eepp / getPluginContext

Method getPluginContext

src/tools/ecode/plugins/plugin.cpp:51–53  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

49}
50
51PluginContextProvider* Plugin::getPluginContext() const {
52 return mManager ? mManager->getPluginContext() : nullptr;
53}
54
55UISceneNode* Plugin::getUISceneNode() const {
56 return mManager->getUISceneNode();

Callers 15

buildSidePanelTabMethod · 0.45
replaceInValMethod · 0.45
runConfigMethod · 0.45
prepareAndRunMethod · 0.45
runMethod · 0.45
initUIMethod · 0.45
debuggeeStoppedMethod · 0.45
outputProducedMethod · 0.45
errorResponseMethod · 0.45
changeScopeMethod · 0.45
LLMChatUIMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected