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

Method asBoolean

src/common/config/config.cpp:788–792  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

786}
787
788FB_BOOLEAN FirebirdConf::asBoolean(unsigned int key)
789{
790 checkKey(key);
791 return config->getBoolean(key);
792}
793
794} // namespace Firebird

Callers 3

loadValuesMethod · 0.45
getBoolValueMethod · 0.45
PluginLoadInfoMethod · 0.45

Calls 2

checkKeyFunction · 0.85
getBooleanMethod · 0.45

Tested by

no test coverage detected