MCPcopy 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
163void BookmarksList::add(const QString &comicID, const Bookmark &b)
164{
165 list.insert(comicID, b);
166}
167
168BookmarksList::Bookmark BookmarksList::get(const QString &comicID)
169{

Callers 1

saveMethod · 0.45

Calls 1

insertMethod · 0.45

Tested by

no test coverage detected