Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/YACReader/yacreader
/ getLetterers
Method
getLetterers
common/comic_db.cpp:469–476 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
467
}
468
469
QStringList ComicInfo::getLetterers()
470
{
471
if (letterer.toString().length() > 0) {
472
return letterer.toString().split(
"\n"
);
473
}
474
475
return QStringList();
476
}
477
478
QStringList ComicInfo::getCoverArtists()
479
{
Callers
nothing calls this directly
Calls
2
toString
Method · 0.80
split
Method · 0.80
Tested by
no test coverage detected