MCPcopy Create free account
hub / github.com/FirebirdSQL/firebird / needAuthMethod

Method needAuthMethod

src/jrd/Mapping.cpp:1338–1342  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1336
1337
1338void Mapping::needAuthMethod(Firebird::string& method)
1339{
1340 fb_assert(!authMethod);
1341 authMethod = &method;
1342}
1343
1344void Mapping::needAuthBlock(Firebird::AuthReader::AuthBlock& block)
1345{

Callers 1

getUserInfoFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected