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

Method StrFunction

src/function/strfunction.cpp:23–26  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

21#include "textvalue.h"
22
23StrFunction::StrFunction() : Function("str")
24{
25 addDescription(tr("Converts the value to a text value."));
26}
27
28Value& StrFunction::evaluate(const Context& ctx) const
29{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected