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

Method getInt

src/common/config/config.cpp:524–529  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

522}
523
524SINT64 Config::getInt(unsigned int key) const
525{
526 if (key >= MAX_CONFIG_KEY)
527 return 0;
528 return getInt(static_cast<ConfigKey>(key));
529}
530
531const char* Config::getString(unsigned int key) const
532{

Callers 14

parseInfoMethod · 0.45
setParamsFromDPBMethod · 0.45
BatchMethod · 0.45
setServerInfoMethod · 0.45
wireEncryptionFunction · 0.45
check_statement_typeFunction · 0.45
batch_createMethod · 0.45
sendInlineBlobMethod · 0.45
svc_api_gbakFunction · 0.45
DsqlBatchMethod · 0.45
isBpbSegmentedFunction · 0.45

Calls 1

getIntFunction · 0.85

Tested by

no test coverage detected