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

Method Dependency

src/App/Metadata.cpp:1068–1071  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1066}
1067
1068App::Meta::Dependency::Dependency()
1069 : optional(false)
1070 , dependencyType(App::Meta::DependencyType::automatic)
1071{}
1072
1073App::Meta::Dependency::Dependency(std::string pkg)
1074 : package(std::move(pkg))

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