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

Function initMap

src/App/ProjectFile.cpp:84–99  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

82};
83
84std::map<std::string, std::string> initMap()
85{
86 // clang-format off
87 std::map<std::string, std::string> propMap = {{"Comment", ""},
88 {"Company", ""},
89 {"CreatedBy", ""},
90 {"CreationDate", ""},
91 {"Label", ""},
92 {"LastModifiedBy", ""},
93 {"LastModifiedDate", ""},
94 {"License", ""},
95 {"LicenseURL", ""},
96 {"Uid", ""}};
97 return propMap;
98 // clang-format on
99}
100
101std::string readValue(DOMNode* node)
102{

Callers 2

readXMLMethod · 0.85
MetaDataParserMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected