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

Function FB_PLUGIN_ENTRY_POINT

src/auth/SecurityDatabase/LegacyServer.cpp:414–421  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

412#ifdef PLUG_MODULE
413
414extern "C" FB_DLL_EXPORT void FB_PLUGIN_ENTRY_POINT(IMaster* master)
415{
416 CachedMasterInterface::set(master);
417
418 getUnloadDetector()->setCleanup(Auth::SecurityDatabase::cleanup);
419 Auth::registerLegacyServer(PluginManagerInterfacePtr());
420 getUnloadDetector()->registerMe();
421}
422
423#endif // PLUG_MODULE

Callers

nothing calls this directly

Calls 6

getUnloadDetectorFunction · 0.85
registerLegacyServerFunction · 0.85
setFunction · 0.50
setCleanupMethod · 0.45
registerMeMethod · 0.45

Tested by

no test coverage detected