MCPcopy Create free account
hub / github.com/Serial-Studio/Serial-Studio / getFileInfo

Method getFileInfo

lib/QuaZip/quazip/quazipfile.cpp:451–459  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

449}
450
451bool QuaZipFile::getFileInfo(QuaZipFileInfo *info)
452{
453 QuaZipFileInfo64 info64;
454 if (!getFileInfo(&info64)) {
455 return false;
456 }
457 info64.toQuaZipFileInfo(*info);
458 return true;
459}
460
461bool QuaZipFile::getFileInfo(QuaZipFileInfo64 *info)
462{

Callers

nothing calls this directly

Calls 5

toQuaZipFileInfoMethod · 0.80
getModeMethod · 0.80
getCurrentFileInfoMethod · 0.80
setZipErrorMethod · 0.80
getZipErrorMethod · 0.45

Tested by

no test coverage detected