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

Class Metadata

src/App/ProjectFile.h:74–87  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

72 Base::Type type;
73 };
74 struct Metadata
75 {
76 std::string comment;
77 std::string company;
78 std::string createdBy;
79 std::string creationDate;
80 std::string label;
81 std::string lastModifiedBy;
82 std::string lastModifiedDate;
83 std::string license;
84 std::string licenseURL;
85 std::string programVersion;
86 std::string uuid;
87 };
88 /**
89 * Default constructor
90 */

Callers 3

Metadata.hFile · 0.70
TEST_FFunction · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected