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

Method getLibraryName

YACReaderLibrary/db_helper.cpp:251–254  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

249 return names;
250}
251QString DBHelper::getLibraryName(int id)
252{
253 return getLibraries().getName(id);
254}
255
256QList<ComicDB> DBHelper::getLabelComics(qulonglong libraryId, qulonglong labelId)
257{

Callers

nothing calls this directly

Calls 1

getNameMethod · 0.45

Tested by

no test coverage detected