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

Method License

src/App/Metadata.cpp:990–995  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

988}
989
990Meta::License::License(std::string name, fs::path file)
991 : name(std::move(name))
992 , file(std::move(file))
993{
994 // This has to be provided manually since we have another constructor
995}
996
997Meta::License::License(const XERCES_CPP_NAMESPACE::DOMElement* elem)
998{

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