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

Function EndIteration

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

Source from the content-addressed store, hash-verified

694}
695
696void EndIteration(void* cookie) {
697 delete reinterpret_cast<IterationHandle*>(cookie);
698}
699
700int32_t FindEntry(const ZipArchiveHandle handle, const ZipString& entryName, ZipEntry* data) {
701 const ZipArchive* archive = reinterpret_cast<ZipArchive*>(handle);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected