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

Method VersionFunction

src/function/versionfunction.cpp:27–30  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

25#include <QStringList>
26
27VersionFunction::VersionFunction() : Function("version")
28{
29 addDescription(tr("Returns the version of RapCAD."));
30}
31
32Value& VersionFunction::evaluate(const Context&) const
33{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected