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

Method setDataForPlugin

src/remote/server/server.cpp:7519–7522  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7517}
7518
7519void SrvAuthBlock::setDataForPlugin(const UCharBuffer& data)
7520{
7521 dataForPlugin.assign(data.begin(), data.getCount());
7522}
7523
7524void SrvAuthBlock::setDataForPlugin(const cstring& data)
7525{

Callers 2

ServerAuthMethod · 0.80
continue_authenticationFunction · 0.80

Calls 4

assignMethod · 0.45
beginMethod · 0.45
getCountMethod · 0.45
c_strMethod · 0.45

Tested by

no test coverage detected