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

Method getRootDirectory

src/common/config/config.cpp:498–507  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

496}
497
498const char* Config::getRootDirectory()
499{
500 // must check it here - command line must override any other root settings
501 if (rootFromCommandLine)
502 {
503 return rootFromCommandLine->c_str();
504 }
505
506 return fb_get_master_interface()->getConfigManager()->getRootDirectory();
507}
508
509
510unsigned int Config::getKeyByName(ConfigName nm)

Callers

nothing calls this directly

Calls 2

c_strMethod · 0.45
getConfigManagerMethod · 0.45

Tested by

no test coverage detected