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

Method getPathValue

src/App/Property.cpp:171–174  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

169}
170
171const boost::any Property::getPathValue(const ObjectIdentifier& path) const
172{
173 return path.getValue();
174}
175
176void Property::getPaths(std::vector<ObjectIdentifier>& paths) const
177{

Callers 3

getExpressionMethod · 0.45
getValueMethod · 0.45
TEST_FFunction · 0.45

Calls 1

getValueMethod · 0.45

Tested by

no test coverage detected