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

Method ResetToLine

DebugView++/LogView.cpp:1015–1020  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1013}
1014
1015void CLogView::ResetToLine(int line)
1016{
1017 StopTracking();
1018 m_firstLine = line;
1019 ApplyFilters();
1020}
1021
1022void CLogView::OnViewExcludeLines(UINT /*uNotifyCode*/, int /*nID*/, CWindow /*wndCtl*/)
1023{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected