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

Method getInstallDirectory

src/common/config/config.cpp:479–482  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

477}
478
479const char* Config::getInstallDirectory()
480{
481 return fb_get_master_interface()->getConfigManager()->getInstallDirectory();
482}
483
484static PathName* rootFromCommandLine = 0;
485

Callers

nothing calls this directly

Calls 1

getConfigManagerMethod · 0.45

Tested by

no test coverage detected