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

Method importSubNames

src/App/Expression.cpp:244–246  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

242}
243
244void ExpressionVisitor::importSubNames(Expression &e, const ObjectIdentifier::SubNameMap &subNameMap) {
245 e._importSubNames(subNameMap);
246}
247
248void ExpressionVisitor::updateLabelReference(Expression &e,
249 DocumentObject *obj, const std::string &ref, const char *newLabel)

Callers 4

CopyOnImportExternalMethod · 0.45
visitMethod · 0.45
_importSubNamesMethod · 0.45
CopyOnImportExternalMethod · 0.45

Calls 13

_importSubNamesMethod · 0.80
getDocumentObjectMethod · 0.80
getExportNameMethod · 0.80
copyFunction · 0.70
moveFunction · 0.50
getDocumentMethod · 0.45
findMethod · 0.45
endMethod · 0.45
emplaceMethod · 0.45
emptyMethod · 0.45
containsMethod · 0.45
c_strMethod · 0.45

Tested by

no test coverage detected