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

Method getBoolean

src/common/config/config.cpp:539–544  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

537}
538
539bool Config::getBoolean(unsigned int key) const
540{
541 if (key >= MAX_CONFIG_KEY)
542 return false;
543 return getBool(static_cast<ConfigKey>(key));
544}
545
546bool Config::valueAsString(ConfigValue val, ConfigType type, string& str)
547{

Callers 2

getMethod · 0.45
asBooleanMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected