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

Method visit

src/App/Expression.cpp:1079–1081  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1077 {}
1078
1079 void visit(Expression &e) override {
1080 this->updateLabelReference(e,obj,ref,newLabel);
1081 }
1082
1083 App::DocumentObject *obj;
1084 const std::string &ref;

Callers

nothing calls this directly

Calls 1

updateLabelReferenceMethod · 0.45

Tested by

no test coverage detected