Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FirebirdSQL/firebird
/ registerArc4
Function
registerArc4
src/plugins/crypt/arc4/Arc4.cpp:170–173 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
168
}
169
170
void registerArc4(IPluginManager* iPlugin)
171
{
172
iPlugin->registerPluginFactory(IPluginManager::TYPE_WIRE_CRYPT,
"Arc4"
, &factory);
173
}
174
175
} // namespace Crypt
Callers
1
registerRedirector
Function · 0.85
Calls
1
registerPluginFactory
Method · 0.45
Tested by
no test coverage detected