MCPcopy Create free account
hub / github.com/QNapi/qnapi / unpack

Method unpack

gui/src/qnapi.cpp:153–155  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

151}
152
153bool QNapi::unpack(int i) {
154 return currentEngine ? currentEngine->unpack(subtitlesList[i].id) : false;
155}
156
157bool QNapi::matchSubtitles() {
158 if (currentEngine) {

Callers 2

foreachFunction · 0.45
runMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected