Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
531
const 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
539
bool Config::getBoolean(unsigned int key) const
540
{
Callers
1
asString
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected