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

Method getPassword

src/remote/client/interface.cpp:10333–10336  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10331}
10332
10333const char* ClntAuthBlock::getPassword()
10334{
10335 return cliPassword.nullStr();
10336}
10337
10338IAuthBlock* ClntAuthBlock::getAuthBlock(CheckStatusWrapper* status)
10339{

Callers 3

authenticateMethod · 0.45
authenticateMethod · 0.45
authenticateMethod · 0.45

Calls 1

nullStrMethod · 0.45

Tested by

no test coverage detected