MCPcopy Create free account
hub / github.com/FirebirdSQL/firebird / addPlugin

Method addPlugin

src/yvalve/PluginManager.cpp:312–316  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

310 PluginModule(ModuleLoader::Module* pmodule, const PathName& pname);
311
312 unsigned int addPlugin(const RegisteredPlugin& p)
313 {
314 regPlugins.add(p);
315 return regPlugins.getCount() - 1;
316 }
317
318 int findPlugin(unsigned int type, const PathName& name)
319 {

Callers 1

registerPluginFactoryMethod · 0.80

Calls 2

addMethod · 0.45
getCountMethod · 0.45

Tested by

no test coverage detected