| 1814 | } |
| 1815 | |
| 1816 | bool CLogView::IsClearMessage(const Message& msg) const |
| 1817 | { |
| 1818 | using debugviewpp::MatchFilterType; |
| 1819 | return MatchFilterType(m_filter.messageFilters, FilterType::Clear, msg.text); |
| 1820 | } |
| 1821 | |
| 1822 | bool CLogView::IsBeepMessage(const Message& msg) const |
| 1823 | { |
nothing calls this directly
no test coverage detected