MCPcopy 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{
333public:
334 IPluginBase* createPlugin(CheckStatusWrapper* status, IPluginConfig* factoryParameter)
335 {
336 CryptKeyHolder* p = new CryptKeyHolder(factoryParameter);
337 p->addRef();
338 return p;
339 }
340};
341
342PluginModule module;

Callers

nothing calls this directly

Calls 1

addRefMethod · 0.45

Tested by

no test coverage detected