Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
753
void 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
zipmodgetdesc
Function · 0.85
zipmodgetfiles
Function · 0.85
zipmodgetrevision
Function · 0.85
createconfigtemplates
Function · 0.85
processdownload
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected