Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
7519
void SrvAuthBlock::setDataForPlugin(const UCharBuffer& data)
7520
{
7521
dataForPlugin.assign(data.begin(), data.getCount());
7522
}
7523
7524
void SrvAuthBlock::setDataForPlugin(const cstring& data)
7525
{
Callers
2
ServerAuth
Method · 0.80
continue_authentication
Function · 0.80
Calls
4
assign
Method · 0.45
begin
Method · 0.45
getCount
Method · 0.45
c_str
Method · 0.45
Tested by
no test coverage detected