MCPcopy Create free account
hub / github.com/ajkhoury/ReClassEx / AssertValid

Method AssertValid

ReClass/CMainFrame.cpp:297–300  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

295// CMainFrame diagnostics
296#ifdef _DEBUG
297void CMainFrame::AssertValid( ) const
298{
299 CMDIFrameWndEx::AssertValid( );
300}
301
302void CMainFrame::Dump( CDumpContext& dc ) const
303{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected