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