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

Function registerTrace

src/utilities/ntrace/traceplugin.cpp:111–115  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

109static Firebird::SimpleFactory<TraceFactoryImpl> traceFactory;
110
111void registerTrace(Firebird::IPluginManager* iPlugin)
112{
113 iPlugin->registerPluginFactory(Firebird::IPluginManager::TYPE_TRACE, "fbtrace", &traceFactory);
114 Firebird::getUnloadDetector()->registerMe();
115}
116
117
118extern "C" FB_DLL_EXPORT void FB_PLUGIN_ENTRY_POINT(Firebird::IMaster* master)

Callers 1

FB_PLUGIN_ENTRY_POINTFunction · 0.85

Calls 3

getUnloadDetectorFunction · 0.85
registerPluginFactoryMethod · 0.45
registerMeMethod · 0.45

Tested by

no test coverage detected