Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/YACReader/yacreader
/ dismissCurrentComic
Method
dismissCurrentComic
YACReaderLibrary/server/yacreader_http_session.cpp:68–74 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
66
}
67
68
void YACReaderHttpSession::dismissCurrentComic()
69
{
70
if (comic != nullptr) {
71
comic->deleteLater();
72
comic = nullptr;
73
}
74
}
75
76
void YACReaderHttpSession::setCurrentComic(qulonglong id, Comic *comic)
77
{
Callers
1
service
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected