Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FirebirdSQL/firebird
/ createPlugin
Method
createPlugin
examples/replication/fbSampleReplicator.cpp:93–98 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
91
{
92
public:
93
IPluginBase* createPlugin(CheckStatusWrapper* status, IPluginConfig* factoryParameter)
94
{
95
IPluginBase* p = new ReplPlugin(factoryParameter);
96
p->addRef();
97
return p;
98
}
99
} factory;
100
101
extern
"C"
Callers
nothing calls this directly
Calls
1
addRef
Method · 0.45
Tested by
no test coverage detected