MCPcopy Create free account
hub / github.com/AppleWin/AppleWin / CmdWindowShowSource2

Function CmdWindowShowSource2

source/Debugger/Debug.cpp:7786–7792  ·  view source on GitHub ↗

===========================================================================

Source from the content-addressed store, hash-verified

7784
7785//===========================================================================
7786Update_t CmdWindowShowSource2 (int nArgs)
7787{
7788 _WindowSplit( WINDOW_SOURCE );
7789 WindowUpdateSizes();
7790
7791 return UPDATE_CONSOLE_DISPLAY;
7792}
7793
7794//===========================================================================
7795Update_t CmdWindowViewCode (int nArgs)

Callers

nothing calls this directly

Calls 2

_WindowSplitFunction · 0.85
WindowUpdateSizesFunction · 0.85

Tested by

no test coverage detected