MCPcopy Create free account
hub / github.com/comaps/comaps / ReadCurrentFile

Function ReadCurrentFile

3party/minizip/minizip.cpp:55–59  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

53}
54
55int ReadCurrentFile(unzFile file, Buffer & result)
56{
57 auto const readCount = unzReadCurrentFile(file, result.data(), kFileBufferSize);
58 return readCount;
59}
60} // namespace unzip
61
62namespace zip

Callers 2

ParseTrackFileFunction · 0.85
UnzipFileMethod · 0.85

Calls 2

unzReadCurrentFileFunction · 0.85
dataMethod · 0.45

Tested by

no test coverage detected