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

Function CmdWatchSave

source/Debugger/Debug.cpp:7494–7500  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

7492
7493//===========================================================================
7494Update_t CmdWatchSave (int nArgs)
7495{
7496 if (!nArgs)
7497 return Help_Arg_1( CMD_WATCH_SAVE );
7498
7499 return UPDATE_CONSOLE_DISPLAY;
7500}
7501
7502
7503// Window _________________________________________________________________________________________

Callers 1

CmdConfigSaveFunction · 0.85

Calls 1

Help_Arg_1Function · 0.85

Tested by

no test coverage detected