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

Method getPluginManager

src/tools/ecode/ecode.cpp:1385–1387  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1383}
1384
1385PluginManager* App::getPluginManager() const {
1386 return mPluginManager.get();
1387}
1388
1389void App::setFocusEditorOnClose( UIMessageBox* msgBox ) {
1390 msgBox->on( Event::OnClose, [this]( const Event* ) {

Callers 6

UniversalLocatorMethod · 0.45
findCapabilityMethod · 0.45
requestDocumentSymbolMethod · 0.45
mainFunction · 0.45

Calls 1

getMethod · 0.45

Tested by

no test coverage detected