Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/YACReader/yacreader
/ loadComic
Method
loadComic
YACReader/render.cpp:745–748 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
743
pagesReady.clear();
744
}
745
void Render::loadComic(const QString &path, const ComicDB &comicDB)
746
{
747
comic->load(path, comicDB);
748
}
749
void Render::loadComic(const QString &path, int atPage)
750
{
751
comic->load(path, atPage);
Callers
nothing calls this directly
Calls
1
load
Method · 0.45
Tested by
no test coverage detected