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

Method getFolderComicsFromLibrary

YACReaderLibrary/db_helper.cpp:54–57  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

52}
53
54QList<LibraryItem *> DBHelper::getFolderComicsFromLibrary(qulonglong libraryId, qulonglong folderId)
55{
56 return DBHelper::getFolderComicsFromLibrary(libraryId, folderId, false);
57}
58
59QList<LibraryItem *> DBHelper::getFolderComicsFromLibraryForReading(qulonglong libraryId, qulonglong folderId)
60{

Callers

nothing calls this directly

Calls 1

getPathMethod · 0.80

Tested by

no test coverage detected