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

Method getFileNames

compressed_archive/compressed_archive.cpp:248–251  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

246}
247
248QList<QString> CompressedArchive::getFileNames()
249{
250 return files;
251}
252
253bool CompressedArchive::isValid()
254{

Callers 3

mainFunction · 0.45
processMethod · 0.45
extractMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected