Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FirebirdSQL/firebird
/ name
Method
name
src/jrd/UserManagement.cpp:48–51 ·
view source on GitHub ↗
ILogonInfo implementation
Source
from the content-addressed store, hash-verified
46
47
// ILogonInfo implementation
48
const char* name()
49
{
50
return att->att_user ? att->att_user->getUserName().c_str() :
""
;
51
}
52
53
const char* role()
54
{
Callers
3
loadPlugin
Method · 0.45
validatePassword
Function · 0.45
load_plugins
Method · 0.45
Calls
2
c_str
Method · 0.45
getUserName
Method · 0.45
Tested by
no test coverage detected