Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FirebirdSQL/firebird
/ getPluginName
Method
getPluginName
src/remote/server/server.cpp:7497–7500 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
7495
}
7496
7497
const char* SrvAuthBlock::getPluginName()
7498
{
7499
return pluginName.nullStr();
7500
}
7501
7502
void SrvAuthBlock::setPluginName(const string& name)
7503
{
Callers
1
accept_connection
Function · 0.45
Calls
1
nullStr
Method · 0.45
Tested by
no test coverage detected