Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FirebirdSQL/firebird
/ getLogin
Method
getLogin
src/remote/remote.cpp:1447–1450 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1445
}
1446
1447
const char* SrvAuthBlock::getLogin()
1448
{
1449
return userName.nullStr();
1450
}
1451
1452
const unsigned char* SrvAuthBlock::getData(unsigned int* length)
1453
{
Callers
1
authenticate
Method · 0.45
Calls
1
nullStr
Method · 0.45
Tested by
no test coverage detected