Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FirebirdSQL/firebird
/ registerLegacyClient
Function
registerLegacyClient
src/auth/SecurityDatabase/LegacyClient.cpp:61–64 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
59
}
60
61
void registerLegacyClient(Firebird::IPluginManager* iPlugin)
62
{
63
iPlugin->registerPluginFactory(Firebird::IPluginManager::TYPE_AUTH_CLIENT,
"Legacy_Auth"
, &factory);
64
}
65
66
} // namespace Auth
Callers
1
registerRedirector
Function · 0.85
Calls
1
registerPluginFactory
Method · 0.45
Tested by
no test coverage detected