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

Method GetLogFileRange

DebugView++/MainFrame.cpp:363–369  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

361}
362
363SelectionInfo CMainFrame::GetLogFileRange() const
364{
365 if (m_logFile.Empty())
366 return SelectionInfo();
367
368 return SelectionInfo(0, m_logFile.Count() - 1, m_logFile.Count());
369}
370
371void CMainFrame::UpdateStatusBar()
372{

Callers

nothing calls this directly

Calls 3

SelectionInfoClass · 0.70
EmptyMethod · 0.45
CountMethod · 0.45

Tested by

no test coverage detected