MCPcopy Create free account
hub / github.com/WolfireGames/overgrowth / GetEntry

Method GetEntry

Source/Internal/zip_util.cpp:235–240  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

233}
234
235void ExpandedZipFile::GetEntry(unsigned which, const char*& filename, const char*& data, unsigned& size) {
236 ExpandedZipEntry& entry = entries[which];
237 filename = entry.filename;
238 data = entry.data;
239 size = entry.size;
240}
241
242class UnZipFile {
243 unzFile uf;

Callers 3

LoadFromAbsMethod · 0.80
LoadSoundGroupZipFileFunction · 0.80
LoadCollisionNormalsFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected