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

Method getDepLabels

src/App/ObjectIdentifier.cpp:1062–1065  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1060};
1061
1062void ObjectIdentifier::getDepLabels(std::vector<std::string>& labels) const
1063{
1064 getDepLabels(ResolveResults(*this), labels);
1065}
1066
1067void ObjectIdentifier::getDepLabels(const ResolveResults& result,
1068 std::vector<std::string>& labels) const

Callers 1

updateLabelReferenceMethod · 0.80

Calls 6

ResolveResultsClass · 0.85
isRealStringMethod · 0.80
emptyMethod · 0.45
getStringMethod · 0.45
push_backMethod · 0.45
c_strMethod · 0.45

Tested by

no test coverage detected