MCPcopy 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
1447const char* SrvAuthBlock::getLogin()
1448{
1449 return userName.nullStr();
1450}
1451
1452const unsigned char* SrvAuthBlock::getData(unsigned int* length)
1453{

Callers 1

authenticateMethod · 0.45

Calls 1

nullStrMethod · 0.45

Tested by

no test coverage detected