Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/HertzDevil/0CC-FamiTracker
/ ClearBookmarks
Method
ClearBookmarks
Source/BookmarkCollection.cpp:78–84 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
76
}
77
78
bool CBookmarkCollection::ClearBookmarks()
79
{
80
if (m_pBookmark.empty())
81
return false;
82
m_pBookmark.clear();
83
return true;
84
}
85
86
bool CBookmarkCollection::SwapBookmarks(unsigned A, unsigned B)
87
{
Callers
2
SetBookmarks
Method · 0.80
OnBnClickedButtonBookmarkClearall
Method · 0.80
Calls
2
empty
Method · 0.80
clear
Method · 0.45
Tested by
no test coverage detected