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

Method GetPath

lib/config/configcompiler.cpp:71–74  ·  view source on GitHub ↗

* Retrieves the path for the input file. * * @returns The path. */

Source from the content-addressed store, hash-verified

69 * @returns The path.
70 */
71const char *ConfigCompiler::GetPath() const
72{
73 return m_Path.CStr();
74}
75
76void ConfigCompiler::SetZone(const String& zone)
77{

Callers 1

CommitMethod · 0.45

Calls 1

CStrMethod · 0.80

Tested by

no test coverage detected