Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FirebirdSQL/firebird
/ createPlugin
Method
createPlugin
examples/dbcrypt/CryptKeyHolder.cpp:334–339 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
332
{
333
public:
334
IPluginBase* createPlugin(CheckStatusWrapper* status, IPluginConfig* factoryParameter)
335
{
336
CryptKeyHolder* p = new CryptKeyHolder(factoryParameter);
337
p->addRef();
338
return p;
339
}
340
};
341
342
PluginModule module;
Callers
nothing calls this directly
Calls
1
addRef
Method · 0.45
Tested by
no test coverage detected