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

Method GetFilter

lib/config/configitem.cpp:140–143  ·  view source on GitHub ↗

* Retrieves the object filter for the configuration item. * * @returns The filter expression. */

Source from the content-addressed store, hash-verified

138* @returns The filter expression.
139*/
140Expression::Ptr ConfigItem::GetFilter() const
141{
142 return m_Filter;
143}
144
145class DefaultValidationUtils final : public ValidationUtils
146{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected