Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/YACReader/yacreader
/ add
Method
add
common/bookmarks.cpp:163–166 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
161
}
162
163
void BookmarksList::add(const QString &comicID, const Bookmark &b)
164
{
165
list.insert(comicID, b);
166
}
167
168
BookmarksList::Bookmark BookmarksList::get(const QString &comicID)
169
{
Callers
1
save
Method · 0.45
Calls
1
insert
Method · 0.45
Tested by
no test coverage detected