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

Function _Bookmark_Reset

source/Debugger/Debug.cpp:573–584  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

571
572//===========================================================================
573void _Bookmark_Reset()
574{
575// g_aBookmarks.reserve( MAX_BOOKMARKS );
576// g_aBookmarks.insert( g_aBookma int iBookmark = 0;
577 int iBookmark = 0;
578 for (iBookmark = 0; iBookmark < MAX_BOOKMARKS; iBookmark++ )
579 {
580 g_aBookmarks[ iBookmark ].bSet = false;
581 }
582
583 g_nBookmarks = 0;
584}
585
586
587//===========================================================================

Callers 2

CmdBookmarkClearFunction · 0.85
DebugInitializeFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected