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

Method populate

src/jrd/Mapping.cpp:1097–1105  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1095 }
1096
1097 void populate(Mapping::DbHandle& iDb, const string& name, const string* sqlRole,
1098 const string& trusted_role)
1099 {
1100 logins.populate(name, iDb);
1101 roles.populate(trusted_role, iDb);
1102 if (sqlRole)
1103 roles.populate(*sqlRole, iDb);
1104 pairs.populate(name, sqlRole, iDb);
1105 }
1106
1107 void invalidate()
1108 {

Callers

nothing calls this directly

Calls 1

populateMethod · 0.45

Tested by

no test coverage detected