MCPcopy Create free account
hub / github.com/Segs/Segs / unpackPiggFile

Function unpackPiggFile

Projects/CoX/Utilities/MapViewer/src/PiggTools.cpp:211–218  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

209} // namespace
210
211bool unpackPiggFile(const QString &filename,const QString &target_path)
212{
213 PiggFile hdr;
214 if(!loadPigg(filename,hdr))
215 return false;
216
217 return extractAllFiles(hdr,target_path);
218}
219
220//! @}

Callers 1

explodizeThePiggsFunction · 0.85

Calls 2

loadPiggFunction · 0.70
extractAllFilesFunction · 0.70

Tested by

no test coverage detected