Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FreeCAD/FreeCAD
/ simplify
Method
simplify
src/App/Expression.cpp:1271–1274 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1269
}
1270
1271
ExpressionPtr UnitExpression::simplify() const
1272
{
1273
return std::make_unique<NumberExpression>(owner, quantity);
1274
}
1275
1276
void UnitExpression::_toString(std::ostream &ss, bool,int) const
1277
{
Callers
3
parseUnit
Method · 0.45
parseExpr
Method · 0.45
TEST_F
Function · 0.45
Calls
7
copy
Function · 0.70
move
Function · 0.50
get
Method · 0.45
release
Method · 0.45
push_back
Method · 0.45
size
Method · 0.45
getValue
Method · 0.45
Tested by
no test coverage detected