Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
55
int ReadCurrentFile(unzFile file, Buffer & result)
56
{
57
auto const readCount = unzReadCurrentFile(file, result.data(), kFileBufferSize);
58
return readCount;
59
}
60
} // namespace unzip
61
62
namespace zip
Callers
2
ParseTrackFile
Function · 0.85
UnzipFile
Method · 0.85
Calls
2
unzReadCurrentFile
Function · 0.85
data
Method · 0.45
Tested by
no test coverage detected