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

Method GetViewCount

DebugView++/MainFrame.cpp:1343–1346  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1341}
1342
1343int CMainFrame::GetViewCount() const
1344{
1345 return const_cast<CMainFrame&>(*this).GetTabCtrl().GetItemCount();
1346}
1347
1348CLogView& CMainFrame::GetView(int i)
1349{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected