Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1276
void UnitExpression::_toString(std::ostream &ss, bool,int) const
1277
{
1278
ss << unitStr;
1279
}
1280
1281
Expression *UnitExpression::_copy() const
1282
{
Callers
nothing calls this directly
Calls
8
quote
Function · 0.85
priority
Method · 0.80
toPersistentString
Method · 0.80
getValue
Function · 0.70
Object
Class · 0.70
toString
Method · 0.45
size
Method · 0.45
as_string
Method · 0.45
Tested by
no test coverage detected