* Retrieves the object filter for the configuration item. * * @returns The filter expression. */
| 138 | * @returns The filter expression. |
| 139 | */ |
| 140 | Expression::Ptr ConfigItem::GetFilter() const |
| 141 | { |
| 142 | return m_Filter; |
| 143 | } |
| 144 | |
| 145 | class DefaultValidationUtils final : public ValidationUtils |
| 146 | { |
nothing calls this directly
no outgoing calls
no test coverage detected