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

Method getFileSize

common/comic_db.cpp:222–226  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

220}
221
222qulonglong ComicDB::getFileSize() const
223{
224 // the size is encoded in the hash after the SHA-1
225 return info.hash.right(info.hash.length() - 40).toLongLong();
226}
227
228QString ComicDB::getTitleIncludingNumber() const
229{

Callers 7

updateMethod · 0.80
comicToYSFormatMethod · 0.80
comicToJSONMethod · 0.80
serviceComicsMethod · 0.80
serviceComicsMethod · 0.80
serviceMethod · 0.80
serviceComicsMethod · 0.80

Calls 1

rightMethod · 0.80

Tested by

no test coverage detected