Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FreeCAD/FreeCAD
/ priority
Method
priority
src/App/Expression.cpp:917–919 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
915
916
917
int Expression::priority() const {
918
return 20;
919
}
920
921
ExpressionPtr Expression::parse(const DocumentObject* owner, const std::string& buffer)
922
{
Callers
1
_toString
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected