MCPcopy Create free account
hub / github.com/assaultcube/AC / zipmanualclose

Function zipmanualclose

source/src/zip.cpp:753–757  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

751}
752
753void zipmanualclose(void *a)
754{
755 ziparchive *arch = (ziparchive *)a;
756 delete arch; // also closes arch->data, the associated file stream!
757}
758
759// AC virtual filesystem
760

Callers 5

zipmodgetdescFunction · 0.85
zipmodgetfilesFunction · 0.85
zipmodgetrevisionFunction · 0.85
createconfigtemplatesFunction · 0.85
processdownloadFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected