MCPcopy Create free account
hub / github.com/FirebirdSQL/firebird / setPluginList

Method setPluginList

src/remote/server/server.cpp:7507–7517  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7505}
7506
7507void SrvAuthBlock::setPluginList(const string& list)
7508{
7509 if (firstTime)
7510 {
7511 pluginList = list.ToPathName();
7512 }
7513 if (pluginList.hasData())
7514 {
7515 firstTime = false;
7516 }
7517}
7518
7519void SrvAuthBlock::setDataForPlugin(const UCharBuffer& data)
7520{

Callers 1

ServerAuthMethod · 0.80

Calls 2

ToPathNameMethod · 0.80
hasDataMethod · 0.45

Tested by

no test coverage detected