Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
10333
const char* ClntAuthBlock::getPassword()
10334
{
10335
return cliPassword.nullStr();
10336
}
10337
10338
IAuthBlock* ClntAuthBlock::getAuthBlock(CheckStatusWrapper* status)
10339
{
Callers
3
authenticate
Method · 0.45
authenticate
Method · 0.45
authenticate
Method · 0.45
Calls
1
nullStr
Method · 0.45
Tested by
no test coverage detected