Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FirebirdSQL/firebird
/ asBoolean
Method
asBoolean
src/common/config/config.cpp:788–792 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
786
}
787
788
FB_BOOLEAN FirebirdConf::asBoolean(unsigned int key)
789
{
790
checkKey(key);
791
return config->getBoolean(key);
792
}
793
794
} // namespace Firebird
Callers
3
loadValues
Method · 0.45
getBoolValue
Method · 0.45
PluginLoadInfo
Method · 0.45
Calls
2
checkKey
Function · 0.85
getBoolean
Method · 0.45
Tested by
no test coverage detected