Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
}
251
QString DBHelper::getLibraryName(int id)
252
{
253
return getLibraries().getName(id);
254
}
255
256
QList<ComicDB> DBHelper::getLabelComics(qulonglong libraryId, qulonglong labelId)
257
{
Callers
nothing calls this directly
Calls
1
getName
Method · 0.45
Tested by
no test coverage detected