MCPcopy Create free account
hub / github.com/Squirrel/Squirrel.Windows / Close

Method Close

src/Setup/unzip.cpp:4038–4042  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4036}
4037
4038ZRESULT TUnzip::Close()
4039{ if (currentfile!=-1) unzCloseCurrentFile(uf); currentfile=-1;
4040 if (uf!=0) unzClose(uf); uf=0;
4041 return ZR_OK;
4042}
4043
4044
4045

Callers 5

StartMethod · 0.45
closeResponseWithMethod · 0.45
CloseZipUFunction · 0.45
GetArgumentsMethod · 0.45
GetArgumentsMethod · 0.45

Calls 2

unzCloseCurrentFileFunction · 0.85
unzCloseFunction · 0.85

Tested by

no test coverage detected