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

Function CmdBookmarkList

source/Debugger/Debug.cpp:694–705  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

692
693//===========================================================================
694Update_t CmdBookmarkList (int nArgs)
695{
696 if (! g_nBookmarks)
697 {
698 ConsoleBufferPushFormat( " There are no current bookmarks. (Max: %d)", MAX_BOOKMARKS );
699 }
700 else
701 {
702 _BWZ_ListAll( g_aBookmarks, MAX_BOOKMARKS );
703 }
704 return ConsoleUpdate();
705}
706
707
708//===========================================================================

Callers 1

CmdBookmarkAddFunction · 0.85

Calls 3

ConsoleBufferPushFormatFunction · 0.85
_BWZ_ListAllFunction · 0.85
ConsoleUpdateFunction · 0.70

Tested by

no test coverage detected