Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
*/
71
const char *ConfigCompiler::GetPath() const
72
{
73
return m_Path.CStr();
74
}
75
76
void ConfigCompiler::SetZone(const String& zone)
77
{
Callers
1
Commit
Method · 0.45
Calls
1
CStr
Method · 0.80
Tested by
no test coverage detected