Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
750
void 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
PluginManagerInterfacePtr
Class · 0.85
releasePlugin
Method · 0.45
Tested by
no test coverage detected