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

Method getString

src/common/config/config.cpp:531–537  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

529}
530
531const char* Config::getString(unsigned int key) const
532{
533 if (key >= MAX_CONFIG_KEY)
534 return NULL;
535
536 return getStr(static_cast<ConfigKey>(key));
537}
538
539bool Config::getBoolean(unsigned int key) const
540{

Callers 1

asStringMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected