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

Method asString

src/common/config/config.cpp:782–786  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

780}
781
782const char* FirebirdConf::asString(unsigned int key)
783{
784 checkKey(key);
785 return config->getString(key);
786}
787
788FB_BOOLEAN FirebirdConf::asBoolean(unsigned int key)
789{

Callers 2

getInstanceMethod · 0.45
startMethod · 0.45

Calls 2

checkKeyFunction · 0.85
getStringMethod · 0.45

Tested by

no test coverage detected