| 1820 | } |
| 1821 | |
| 1822 | bool CLogView::IsBeepMessage(const Message& msg) const |
| 1823 | { |
| 1824 | using debugviewpp::MatchFilterType; |
| 1825 | return MatchFilterType(m_filter.messageFilters, FilterType::Beep, msg.text) || MatchFilterType(m_filter.processFilters, FilterType::Beep, msg.text); |
| 1826 | } |
| 1827 | |
| 1828 | bool CLogView::IsIncluded(const Message& msg) |
| 1829 | { |
nothing calls this directly
no test coverage detected