MCPcopy 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
63bool Bookmarks::isBookmark(int page)
64{
65 return bookmarks.contains(page);
66}
67
68bool Bookmarks::imageLoaded(int page)
69{

Callers 2

checkIsBookmarkMethod · 0.80
updateBookmarkImageMethod · 0.80

Calls 1

containsMethod · 0.45

Tested by

no test coverage detected