Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
4038
ZRESULT 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
Start
Method · 0.45
closeResponseWith
Method · 0.45
CloseZipU
Function · 0.45
GetArguments
Method · 0.45
GetArguments
Method · 0.45
Calls
2
unzCloseCurrentFile
Function · 0.85
unzClose
Function · 0.85
Tested by
no test coverage detected