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

Method IsRangeFunction

src/function/israngefunction.cpp:23–27  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

21#include "rangevalue.h"
22
23IsRangeFunction::IsRangeFunction() : Function("is_range")
24{
25 addDescription(tr("Returns true when the given value is a range."));
26 addParameter("value");
27}
28
29Value& IsRangeFunction::evaluate(const Context& ctx) const
30{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected