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

Method LengthFunction

src/function/lengthfunction.cpp:26–30  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

24#include "vectorvalue.h"
25
26LengthFunction::LengthFunction() : Function("len")
27{
28 addDescription(tr("Returns the length of a range, list or text value."));
29 addParameter("value");
30}
31
32Value& LengthFunction::evaluate(const Context& ctx) const
33{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected