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

Method IsIncluded

DebugView++/LogView.cpp:1828–1832  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1826}
1827
1828bool CLogView::IsIncluded(const Message& msg)
1829{
1830 using debugviewpp::IsIncluded;
1831 return IsIncluded(m_filter.processFilters, msg.processName, m_matchColors) && IsIncluded(m_filter.messageFilters, msg.text, m_matchColors);
1832}
1833
1834bool CLogView::MatchFilterType(FilterType::type type, const Message& msg) const
1835{

Callers

nothing calls this directly

Calls 1

IsIncludedFunction · 0.85

Tested by

no test coverage detected