MCPcopy 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
7497const char* SrvAuthBlock::getPluginName()
7498{
7499 return pluginName.nullStr();
7500}
7501
7502void SrvAuthBlock::setPluginName(const string& name)
7503{

Callers 1

accept_connectionFunction · 0.45

Calls 1

nullStrMethod · 0.45

Tested by

no test coverage detected