Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FirebirdSQL/firebird
/ init
Method
init
src/yvalve/PluginManager.cpp:1035–1039 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1033
{
1034
public:
1035
static void init()
1036
{
1037
PluginManagerInterfacePtr pi;
1038
Remote::registerRedirector(pi);
1039
}
1040
1041
static void cleanup()
1042
{
Callers
1
getPlugins
Method · 0.45
Calls
1
registerRedirector
Function · 0.85
Tested by
no test coverage detected