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

Method Url

src/App/Metadata.cpp:1014–1017  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1012}
1013
1014App::Meta::Url::Url()
1015 : location("")
1016 , type(App::Meta::UrlType::website)
1017{}
1018
1019Meta::Url::Url(std::string location, UrlType type)
1020 : location(std::move(location))

Callers

nothing calls this directly

Calls 5

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

Tested by

no test coverage detected