MCPcopy Create free account
hub / github.com/YACReader/yacreader / setCurrentComic

Method setCurrentComic

YACReaderLibrary/server/yacreader_http_session.cpp:76–81  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

74}
75
76void YACReaderHttpSession::setCurrentComic(qulonglong id, Comic *comic)
77{
78 dismissCurrentComic();
79 comicId = id;
80 this->comic = comic;
81}
82
83// current comic (read)
84qulonglong YACReaderHttpSession::getCurrentRemoteComicId()

Callers 1

serviceMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected