MCPcopy Create free account
hub / github.com/FirebirdSQL/firebird / operator()

Method operator()

src/jrd/ExtEngineManager.cpp:750–754  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

748}
749
750void ExtEngineManager::ExtRoutine::PluginDeleter::operator()(IPluginBase* ptr)
751{
752 if (ptr)
753 PluginManagerInterfacePtr()->releasePlugin(ptr);
754}
755
756
757//---------------------

Callers 1

operator->Method · 0.45

Calls 2

releasePluginMethod · 0.45

Tested by

no test coverage detected