| 21 | #include "textvalue.h" |
| 22 | |
| 23 | StrFunction::StrFunction() : Function("str") |
| 24 | { |
| 25 | addDescription(tr("Converts the value to a text value.")); |
| 26 | } |
| 27 | |
| 28 | Value& StrFunction::evaluate(const Context& ctx) const |
| 29 | { |
nothing calls this directly
no outgoing calls
no test coverage detected