Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/YACReader/yacreader
/ getInkers
Method
getInkers
common/comic_db.cpp:451–458 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
449
}
450
451
QStringList ComicInfo::getInkers()
452
{
453
if (inker.toString().length() > 0) {
454
return inker.toString().split(
"\n"
);
455
}
456
457
return QStringList();
458
}
459
460
QStringList ComicInfo::getColorists()
461
{
Callers
nothing calls this directly
Calls
2
toString
Method · 0.80
split
Method · 0.80
Tested by
no test coverage detected