MCPcopy Create free account
hub / github.com/CodingGay/BlackDex / ProcessZipEntryContents

Function ProcessZipEntryContents

Bcore/src/main/cpp/ziparchive/zip_archive.cc:1132–1136  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1130};
1131
1132int32_t ProcessZipEntryContents(ZipArchiveHandle handle, ZipEntry* entry,
1133 ProcessZipEntryFunction func, void* cookie) {
1134 ProcessWriter writer(func, cookie);
1135 return ExtractToWriter(handle, entry, &writer);
1136}
1137
1138#endif //! defined(_WIN32)
1139

Callers

nothing calls this directly

Calls 1

ExtractToWriterFunction · 0.85

Tested by

no test coverage detected