MCPcopy Create free account
hub / github.com/GilesBathgate/RapCAD / getValueString

Method getValueString

src/numbervalue.cpp:28–31  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

26}
27
28QString NumberValue::getValueString() const
29{
30 return to_string(number);
31}
32
33bool NumberValue::isTrue() const
34{

Callers

nothing calls this directly

Calls 1

to_stringFunction · 0.70

Tested by

no test coverage detected