MCPcopy Create free account
hub / github.com/bruderstein/nppPluginManager / getPlugin

Method getPlugin

pluginManager/src/PluginList.cpp:830–838  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

828}
829
830Plugin* PluginList::getPlugin(tstring name)
831{
832 Plugin* plugin = _plugins[name];
833 if (NULL == plugin)
834 {
835 plugin = _libraries[name];
836 }
837 return plugin;
838}
839
840BOOL PluginList::isInstallOrUpgrade(const tstring& name)
841{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected