Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
782
const char* FirebirdConf::asString(unsigned int key)
783
{
784
checkKey(key);
785
return config->getString(key);
786
}
787
788
FB_BOOLEAN FirebirdConf::asBoolean(unsigned int key)
789
{
Callers
2
getInstance
Method · 0.45
start
Method · 0.45
Calls
2
checkKey
Function · 0.85
getString
Method · 0.45
Tested by
no test coverage detected