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

Method getPluginManager

src/yvalve/MasterImplementation.cpp:95–100  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

93//
94
95IPluginManager* MasterImplementation::getPluginManager()
96{
97 static Static<PluginManager> manager;
98
99 return &manager;
100}
101
102IMetadataBuilder* MasterImplementation::getMetadataBuilder(CheckStatusWrapper* status, unsigned fieldCount)
103{

Callers 5

FB_PLUGIN_ENTRY_POINTFunction · 0.45
FB_PLUGIN_ENTRY_POINTFunction · 0.45
FB_PLUGIN_ENTRY_POINTFunction · 0.45
FB_PLUGIN_ENTRY_POINTFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected