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