| 730 | } |
| 731 | |
| 732 | const InputFilter::Condition *InputFilter::Rule::getCondition() const |
| 733 | { |
| 734 | return m_condition; |
| 735 | } |
| 736 | |
| 737 | uint32_t InputFilter::Rule::getNumActions(bool onActivation) const |
| 738 | { |
nothing calls this directly
no outgoing calls
no test coverage detected