Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/YACReader/yacreader
/ isBookmark
Method
isBookmark
common/bookmarks.cpp:63–66 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
61
}
62
63
bool Bookmarks::isBookmark(int page)
64
{
65
return bookmarks.contains(page);
66
}
67
68
bool Bookmarks::imageLoaded(int page)
69
{
Callers
2
checkIsBookmark
Method · 0.80
updateBookmarkImage
Method · 0.80
Calls
1
contains
Method · 0.45
Tested by
no test coverage detected