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

Method EvaluateFilter

lib/config/applyrule.cpp:83–86  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

81}
82
83bool ApplyRule::EvaluateFilter(ScriptFrame& frame) const
84{
85 return Convert::ToBool(m_Filter->Evaluate(frame));
86}
87
88void ApplyRule::RegisterType(const String& sourceType, const std::vector<String>& targetTypes)
89{

Calls 1

EvaluateMethod · 0.80

Tested by

no test coverage detected