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

Method GetDebugInfo

lib/config/configitem.cpp:110–113  ·  view source on GitHub ↗

* Retrieves the debug information for the configuration item. * * @returns The debug information. */

Source from the content-addressed store, hash-verified

108 * @returns The debug information.
109 */
110DebugInfo ConfigItem::GetDebugInfo() const
111{
112 return m_DebugInfo;
113}
114
115Dictionary::Ptr ConfigItem::GetScope() const
116{

Callers 8

RunScriptConsoleMethod · 0.45
NewObjectMethod · 0.45
OwnedExpressionClass · 0.45
RegisterMethod · 0.45
CompileStreamMethod · 0.45
CheckMatchesMethod · 0.45
GetReferenceMethod · 0.45
BindToScopeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected