Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/YACReader/yacreader
/ getCoverArtists
Method
getCoverArtists
common/comic_db.cpp:478–485 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
476
}
477
478
QStringList ComicInfo::getCoverArtists()
479
{
480
if (coverArtist.toString().length() > 0) {
481
return coverArtist.toString().split(
"\n"
);
482
}
483
484
return QStringList();
485
}
486
487
QStringList ComicInfo::getEditors()
488
{
Callers
nothing calls this directly
Calls
2
toString
Method · 0.80
split
Method · 0.80
Tested by
no test coverage detected