Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
171
const boost::any Property::getPathValue(const ObjectIdentifier& path) const
172
{
173
return path.getValue();
174
}
175
176
void Property::getPaths(std::vector<ObjectIdentifier>& paths) const
177
{
Callers
3
getExpression
Method · 0.45
getValue
Method · 0.45
TEST_F
Function · 0.45
Calls
1
getValue
Method · 0.45
Tested by
no test coverage detected