MCPcopy 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
25Code GoToFile(File file, std::string const & filename)
26{
27 return static_cast<Code>(unzLocateFile(file, filename.c_str(), 1 /* iCaseSensitivity */));
28}
29
30Code OpenCurrentFile(File file)
31{

Callers 2

ZipFileReaderMethod · 0.85
UnzipFileMethod · 0.85

Calls 1

unzLocateFileFunction · 0.85

Tested by

no test coverage detected