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

Method asInteger

src/common/config/config.cpp:776–780  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

774}
775
776ISC_INT64 FirebirdConf::asInteger(unsigned int key)
777{
778 checkKey(key);
779 return config->getInt(key);
780}
781
782const char* FirebirdConf::asString(unsigned int key)
783{

Callers 4

operator[]Method · 0.45
setMethod · 0.45
loadValuesMethod · 0.45
getIntValueMethod · 0.45

Calls 2

checkKeyFunction · 0.85
getIntMethod · 0.45

Tested by

no test coverage detected