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

Function QuaZip_getFileInfo

lib/QuaZip/quazip/quazip.cpp:692–697  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

690
691template<>
692QuaZipFileInfo QuaZip_getFileInfo(QuaZip *zip, bool *ok)
693{
694 QuaZipFileInfo info;
695 *ok = zip->getCurrentFileInfo(&info);
696 return info;
697}
698
699template<>
700QuaZipFileInfo64 QuaZip_getFileInfo(QuaZip *zip, bool *ok)

Callers

nothing calls this directly

Calls 3

getCurrentFileInfoMethod · 0.80
getCurrentFileNameMethod · 0.80
isEmptyMethod · 0.80

Tested by

no test coverage detected