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

Method IsBeepMessage

DebugView++/LogView.cpp:1822–1826  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1820}
1821
1822bool 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
1828bool CLogView::IsIncluded(const Message& msg)
1829{

Callers

nothing calls this directly

Calls 1

MatchFilterTypeFunction · 0.85

Tested by

no test coverage detected