MCPcopy Create free account
hub / github.com/FreeCAD/FreeCAD / containsFile

Method containsFile

src/App/ProjectFile.cpp:621–626  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

619}
620
621bool ProjectFile::containsFile(const std::string& name) const
622{
623 zipios::ZipFile project(stdFile);
624 auto entry = project.getEntry(name);
625 return entry != nullptr;
626}
627
628uint32_t ProjectFile::sizeOfFile(const std::string& name) const
629{

Callers 1

loadFCStdThumbnailFunction · 0.80

Calls 1

getEntryMethod · 0.45

Tested by

no test coverage detected