MCPcopy Create free account
hub / github.com/FreesmTeam/FreesmLauncher / extractRelFile

Function extractRelFile

launcher/MMCZip.cpp:366–369  ·  view source on GitHub ↗

ours

Source from the content-addressed store, hash-verified

364
365// ours
366bool extractRelFile(QuaZip* zip, const QString& file, const QString& target)
367{
368 return JlCompress::extractFile(zip, file, target);
369}
370
371// ours
372std::optional<QStringList> extractDir(QString fileCompressed, QString dir)

Callers 1

extractFileFunction · 0.85

Calls 1

extractFileFunction · 0.85

Tested by

no test coverage detected