Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MariaDB/server
/ has_auth
Method
has_auth
sql/structs.h:274–277 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
272
{
273
USER_AUTH *auth;
274
bool has_auth()
275
{
276
return auth && (auth->plugin.length || auth->auth_str.length || auth->pwtext.length);
277
}
278
};
279
280
/*
Callers
2
replace_user_table
Function · 0.80
has_auth
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected