Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FirebirdSQL/firebird
/ authCompleted
Method
authCompleted
src/remote/server/server.cpp:7455–7460 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
7453
}
7454
7455
bool SrvAuthBlock::authCompleted(bool flag)
7456
{
7457
if (flag)
7458
flComplete = true;
7459
return flComplete;
7460
}
7461
7462
void SrvAuthBlock::setLogin(const string& user)
7463
{
Callers
2
authenticate
Method · 0.80
accept_connection
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected