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

Method OnViewResetToLine

DebugView++/LogView.cpp:1007–1013  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1005}
1006
1007void CLogView::OnViewResetToLine(UINT /*uNotifyCode*/, int /*nID*/, CWindow /*wndCtl*/)
1008{
1009 int begin = GetNextItem(-1, LVNI_FOCUSED);
1010 if (begin < 0)
1011 return;
1012 ResetToLine(m_logLines[begin].line);
1013}
1014
1015void CLogView::ResetToLine(int line)
1016{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected