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

Function FB_PLUGIN_ENTRY_POINT

examples/dbcrypt/DbCrypt.cpp:269–275  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

267} // anonymous namespace
268
269extern "C" FB_DLL_EXPORT void FB_PLUGIN_ENTRY_POINT(IMaster* master)
270{
271 IPluginManager* pluginManager = master->getPluginManager();
272
273 module.registerMe(pluginManager);
274 pluginManager->registerPluginFactory(IPluginManager::TYPE_DB_CRYPT, "fbSampleDbCrypt", &factory);
275}

Callers

nothing calls this directly

Calls 3

getPluginManagerMethod · 0.45
registerMeMethod · 0.45
registerPluginFactoryMethod · 0.45

Tested by

no test coverage detected