Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/comaps/comaps
/ GoToFile
Function
GoToFile
3party/minizip/minizip.cpp:25–28 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
23
}
24
25
Code GoToFile(File file, std::string const & filename)
26
{
27
return static_cast<Code>(unzLocateFile(file, filename.c_str(), 1 /* iCaseSensitivity */));
28
}
29
30
Code OpenCurrentFile(File file)
31
{
Callers
2
ZipFileReader
Method · 0.85
UnzipFile
Method · 0.85
Calls
1
unzLocateFile
Function · 0.85
Tested by
no test coverage detected