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

Method IsPaused

DebugView++/MainFrame.cpp:1104–1107  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1102}
1103
1104bool CMainFrame::IsPaused() const
1105{
1106 return !m_pLocalReader;
1107}
1108
1109void CMainFrame::Pause()
1110{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected