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

Method unsubscribeMessages

src/tools/ecode/plugins/pluginmanager.cpp:247–252  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

245}
246
247void PluginManager::unsubscribeMessages( const std::string& uniqueComponentId ) {
248 if ( !mClosing ) {
249 Lock l( mSubscribedPluginsMutex );
250 mSubscribedPlugins.erase( uniqueComponentId );
251 }
252}
253
254const PluginManager::OnLoadFileCb& PluginManager::getLoadFileFn() const {
255 return mLoadFileFn;

Callers 5

~ProjectDirectoryTreeMethod · 0.80
~DebuggerPluginMethod · 0.80
~LSPClientPluginMethod · 0.80
~LinterPluginMethod · 0.80
~AutoCompletePluginMethod · 0.80

Calls 2

getIdMethod · 0.65
eraseMethod · 0.45

Tested by

no test coverage detected