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

Method getSpecific

src/remote/server/server.cpp:1206–1216  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1204 }
1205
1206 SpecificPlugins getSpecific(const PathName& keyType)
1207 {
1208 unsigned pos = getPos(keyType);
1209 if (pos == ~0u)
1210 {
1211 fb_assert(false);
1212 fatal_exception::raise("Error using CryptKeyTypeManager");
1213 }
1214
1215 return SpecificPlugins(knownTypes[pos]);
1216 }
1217
1218private:
1219 ObjectsArray<CryptKeyType> knownTypes;

Callers 1

extractNewKeysMethod · 0.45

Calls 2

raiseFunction · 0.85
SpecificPluginsClass · 0.85

Tested by

no test coverage detected