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

Method findParameter

src/common/config/config_file.cpp:605–610  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

603 */
604
605const ConfigFile::Parameter* ConfigFile::findParameter(const KeyType& name) const
606{
607 fb_assert(!(flags & NATIVE_ORDER));
608 FB_SIZE_T pos;
609 return parameters.find(name, pos) ? &parameters[pos] : NULL;
610}
611
612/******************************************************************************
613 *

Callers 8

initializeMethod · 0.80
loadValuesMethod · 0.80
findInPluginsConfFunction · 0.80
findMethod · 0.80
findValueMethod · 0.80
findPluginConfigFunction · 0.80
ConfiguredPluginMethod · 0.80
PluginLoadInfoMethod · 0.80

Calls 2

findMethod · 0.45
getCountMethod · 0.45

Tested by

no test coverage detected