MCPcopy 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
7455bool SrvAuthBlock::authCompleted(bool flag)
7456{
7457 if (flag)
7458 flComplete = true;
7459 return flComplete;
7460}
7461
7462void SrvAuthBlock::setLogin(const string& user)
7463{

Callers 2

authenticateMethod · 0.80
accept_connectionFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected