MCPcopy Create free account
hub / github.com/IppClub/Dora-SSR / isFolder

Method isFolder

Source/3rdParty/Zip/ZipUtils.cpp:189–193  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

187}
188
189bool ZipFile::isFolder(const std::string& path) const {
190 if (!_file) return false;
191 std::string searchName = getSearchName(path);
192 return _file->folderList.find(searchName) != _file->folderList.end();
193}
194
195bool ZipFile::isOK() const {
196 return _file != nullptr;

Callers

nothing calls this directly

Calls 3

getSearchNameFunction · 0.85
findMethod · 0.65
endMethod · 0.45

Tested by

no test coverage detected