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

Method OnFileRun

DebugView++/MainFrame.cpp:950–953  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

948}
949
950void CMainFrame::OnFileRun(UINT /*uNotifyCode*/, int /*nID*/, CWindow /*wndCtl*/)
951{
952 Run();
953}
954
955void CMainFrame::Load(const std::wstring& filename)
956{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected