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

Method _toString

src/App/Expression.cpp:1276–1279  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1274}
1275
1276void UnitExpression::_toString(std::ostream &ss, bool,int) const
1277{
1278 ss << unitStr;
1279}
1280
1281Expression *UnitExpression::_copy() const
1282{

Callers

nothing calls this directly

Calls 8

quoteFunction · 0.85
priorityMethod · 0.80
toPersistentStringMethod · 0.80
getValueFunction · 0.70
ObjectClass · 0.70
toStringMethod · 0.45
sizeMethod · 0.45
as_stringMethod · 0.45

Tested by

no test coverage detected