MCPcopy Create free account
hub / github.com/Icinga/icinga2 / AddIncludeSearchDir

Method AddIncludeSearchDir

lib/config/configcompiler.cpp:298–304  ·  view source on GitHub ↗

* Adds a directory to the list of include search dirs. * * @param dir The new dir. */

Source from the content-addressed store, hash-verified

296 * @param dir The new dir.
297 */
298void ConfigCompiler::AddIncludeSearchDir(const String& dir)
299{
300 Log(LogInformation, "ConfigCompiler")
301 << "Adding include search dir: " << dir;
302
303 m_IncludeSearchDirs.push_back(dir);
304}
305
306std::vector<ZoneFragment> ConfigCompiler::GetZoneDirs(const String& zone)
307{

Callers

nothing calls this directly

Calls 2

LogClass · 0.85
push_backMethod · 0.80

Tested by

no test coverage detected