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

Method getKey

src/common/config/config.cpp:771–774  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

769}
770
771unsigned int FirebirdConf::getKey(const char* name)
772{
773 return Config::getKeyByName(name) | getPartialVersion();
774}
775
776ISC_INT64 FirebirdConf::asInteger(unsigned int key)
777{

Callers

nothing calls this directly

Calls 1

getPartialVersionFunction · 0.85

Tested by

no test coverage detected