Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FirebirdSQL/firebird
/ registerMe
Method
registerMe
examples/dbcrypt/CryptKeyHolder.cpp:50–54 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
48
}
49
50
void registerMe(IPluginManager* m)
51
{
52
pluginManager = m;
53
pluginManager->registerModule(this);
54
}
55
56
void doClean()
57
{
Callers
1
FB_PLUGIN_ENTRY_POINT
Function · 0.45
Calls
1
registerModule
Method · 0.45
Tested by
no test coverage detected