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

Method renameObjectIdentifier

src/App/Expression.cpp:264–268  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

262}
263
264bool ExpressionVisitor::renameObjectIdentifier(Expression &e,
265 const std::map<ObjectIdentifier,ObjectIdentifier> &paths, const ObjectIdentifier &path)
266{
267 return e._renameObjectIdentifier(paths,path,*this);
268}
269
270void ExpressionVisitor::collectReplacement(Expression &e,
271 std::map<ObjectIdentifier,ObjectIdentifier> &paths,

Callers 2

visitMethod · 0.80
visitMethod · 0.80

Calls 1

Tested by

no test coverage detected