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

Method getLogin

src/remote/client/interface.cpp:10328–10331  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10326}
10327
10328const char* ClntAuthBlock::getLogin()
10329{
10330 return cliUserName.nullStr();
10331}
10332
10333const char* ClntAuthBlock::getPassword()
10334{

Callers 2

ServerAuthMethod · 0.45
accept_connectionFunction · 0.45

Calls 1

nullStrMethod · 0.45

Tested by

no test coverage detected