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

Method IsBoolFunction

src/function/isboolfunction.cpp:22–26  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

20#include "booleanvalue.h"
21
22IsBoolFunction::IsBoolFunction() : Function("is_bool")
23{
24 addDescription(tr("Returns true when the given value is a boolean."));
25 addParameter("value");
26}
27
28Value& IsBoolFunction::evaluate(const Context& ctx) const
29{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected