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

Method GetScope

lib/config/applyrule.cpp:56–59  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

54}
55
56Dictionary::Ptr ApplyRule::GetScope() const
57{
58 return m_Scope;
59}
60
61void ApplyRule::AddRule(const String& sourceType, const String& targetType, const String& name,
62 const Expression::Ptr& expression, const Expression::Ptr& filter, const String& package, const String& fkvar,

Callers 8

EvaluateObjectRuleMethod · 0.45
EvaluateApplyRuleMethod · 0.45
EvaluateObjectRuleMethod · 0.45
EvaluateObjectRuleMethod · 0.45
EvaluateApplyRuleMethod · 0.45
EvaluateApplyRuleMethod · 0.45
EvaluateApplyRuleMethod · 0.45
DoEvaluateMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected