MCPcopy Create free account
hub / github.com/StrongPC123/Far-Cry-1-Source-Full / GetFileEntry

Method GetFileEntry

CrySystem/ZipDirTree.cpp:218–221  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

216}
217
218ZipDir::FileEntry* ZipDir::FileEntryTree::GetFileEntry (FileMap::iterator it)
219{
220 return it == GetFileEnd() ? NULL : &it->second;
221}
222
223ZipDir::FileEntryTree* ZipDir::FileEntryTree::GetDirEntry (SubdirMap::iterator it)
224{

Callers 8

FindFileMethod · 0.45
RefReadStream.cppFile · 0.45
GetFileSizeMethod · 0.45
FindFileMethod · 0.45
AddAllFilesMethod · 0.45
AddMethod · 0.45
GetFileDataMethod · 0.45
ScanZipsMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected