Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FirebirdSQL/firebird
/ registerMe
Method
registerMe
examples/extauth/ExtAuth.cpp:63–67 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
61
}
62
63
void registerMe(IPluginManager* m)
64
{
65
pluginManager = m;
66
pluginManager->registerModule(this);
67
}
68
69
void doClean()
70
{
Callers
1
FB_PLUGIN_ENTRY_POINT
Function · 0.45
Calls
1
registerModule
Method · 0.45
Tested by
no test coverage detected