Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/QNapi/qnapi
/ checksum
Method
checksum
gui/src/qnapi.cpp:66–70 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
64
}
65
66
void QNapi::checksum() {
67
foreach (QSharedPointer<SubtitleDownloadEngine> e, enginesList) {
68
e->checksum(movie);
69
}
70
}
71
72
bool QNapi::lookForSubtitles(QString lang, QString engine) {
73
bool result = false;
Callers
3
foreach
Function · 0.45
foreach
Function · 0.45
run
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected