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

Method Contact

src/App/Metadata.cpp:968–973  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

966}
967
968Meta::Contact::Contact(std::string name, std::string email)
969 : name(std::move(name))
970 , email(std::move(email))
971{
972 // This has to be provided manually since we have another constructor
973}
974
975Meta::Contact::Contact(const XERCES_CPP_NAMESPACE::DOMElement* elem)
976{

Callers

nothing calls this directly

Calls 4

StrXUTF8Class · 0.85
unicodeFormMethod · 0.80
moveFunction · 0.50
getAttributeMethod · 0.45

Tested by

no test coverage detected