MCPcopy Create free account
hub / github.com/CobaltFusion/DebugViewPP / IsClearMessage

Method IsClearMessage

DebugView++/LogView.cpp:1816–1820  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1814}
1815
1816bool CLogView::IsClearMessage(const Message& msg) const
1817{
1818 using debugviewpp::MatchFilterType;
1819 return MatchFilterType(m_filter.messageFilters, FilterType::Clear, msg.text);
1820}
1821
1822bool CLogView::IsBeepMessage(const Message& msg) const
1823{

Callers

nothing calls this directly

Calls 1

MatchFilterTypeFunction · 0.85

Tested by

no test coverage detected