Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FirebirdSQL/firebird
/ asInteger
Method
asInteger
src/common/config/config.cpp:776–780 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
774
}
775
776
ISC_INT64 FirebirdConf::asInteger(unsigned int key)
777
{
778
checkKey(key);
779
return config->getInt(key);
780
}
781
782
const char* FirebirdConf::asString(unsigned int key)
783
{
Callers
4
operator[]
Method · 0.45
set
Method · 0.45
loadValues
Method · 0.45
getIntValue
Method · 0.45
Calls
2
checkKey
Function · 0.85
getInt
Method · 0.45
Tested by
no test coverage detected