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

Function FB_PLUGIN_ENTRY_POINT

src/plugins/udr_engine/UdrEngine.cpp:718–725  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

716} factory;
717
718extern "C" FB_DLL_EXPORT void FB_PLUGIN_ENTRY_POINT(IMaster* master)
719{
720 CachedMasterInterface::set(master);
721
722 PluginManagerInterfacePtr pi;
723 pi->registerPluginFactory(IPluginManager::TYPE_EXTERNAL_ENGINE, "UDR", &factory);
724 getUnloadDetector()->registerMe();
725}
726
727
728//------------------------------------------------------------------------------

Callers

nothing calls this directly

Calls 4

getUnloadDetectorFunction · 0.85
setFunction · 0.50
registerPluginFactoryMethod · 0.45
registerMeMethod · 0.45

Tested by

no test coverage detected