MCPcopy Create free account
hub / github.com/ModOrganizer2/modorganizer / extractFile

Method extractFile

src/installationmanager.cpp:259–264  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

257}
258
259QString InstallationManager::extractFile(std::shared_ptr<const FileTreeEntry> entry,
260 bool silent)
261{
262 QStringList result = this->extractFiles({entry}, silent);
263 return result.isEmpty() ? QString() : result[0];
264}
265
266QStringList InstallationManager::extractFiles(
267 std::vector<std::shared_ptr<const FileTreeEntry>> const& entries, bool silent)

Callers

nothing calls this directly

Calls 3

extractFilesMethod · 0.95
QStringClass · 0.85
isEmptyMethod · 0.45

Tested by

no test coverage detected