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

Method getDep

src/App/ObjectIdentifier.cpp:1083–1089  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1081}
1082
1083ObjectIdentifier::Dependencies ObjectIdentifier::getDep(bool needProps,
1084 std::vector<std::string>* labels) const
1085{
1086 Dependencies deps;
1087 getDep(deps, needProps, labels);
1088 return deps;
1089}
1090
1091void ObjectIdentifier::getDep(Dependencies& deps,
1092 bool needProps,

Callers 4

hasSetValueMethod · 0.80
getDepsMethod · 0.80
getDepObjectsMethod · 0.80
addDependenciesMethod · 0.80

Calls 3

emptyMethod · 0.45
insertMethod · 0.45
clearMethod · 0.45

Tested by

no test coverage detected