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

Method GetExistingObjectConfigPath

lib/remote/configobjectutility.cpp:68–71  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

66}
67
68String ConfigObjectUtility::GetExistingObjectConfigPath(const ConfigObject::Ptr& object)
69{
70 return object->GetDebugInfo().Path;
71}
72
73void ConfigObjectUtility::RepairPackage(const String& package)
74{

Callers

nothing calls this directly

Calls 1

GetDebugInfoMethod · 0.45

Tested by

no test coverage detected