MCPcopy Create free account
hub / github.com/YACReader/yacreader / get

Method get

common/bookmarks.cpp:168–172  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

166}
167
168BookmarksList::Bookmark BookmarksList::get(const QString &comicID)
169{
170 // if(list.contains(comicID)
171 return list.value(comicID);
172}

Callers 13

newComicMethod · 0.45
~YACReaderPageFlow3DMethod · 0.45
~YACReaderFlow3DMethod · 0.45
initializeMethod · 0.45
ensurePipelineMethod · 0.45
renderMethod · 0.45
executeDrawWithOffsetMethod · 0.45
syncRibbonTexturesMethod · 0.45
removeMethod · 0.45
addMethod · 0.45
populateMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected