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

Method getMetadata

src/App/ProjectFile.cpp:400–409  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

398}
399
400ProjectFile::Metadata ProjectFile::getMetadata() const
401{
402 if (!xmlDocument) {
403 return parseMetadata();
404 }
405
406 DocumentMetadata reader(xmlDocument);
407 reader.readXML();
408 return reader.getMetadata();
409}
410
411std::list<ProjectFile::Object> ProjectFile::getObjects() const
412{

Callers 2

getProjectFileInfoFunction · 0.45
TEST_FFunction · 0.45

Calls 1

readXMLMethod · 0.80

Tested by

no test coverage detected