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

Method ImportModule

src/module/importmodule.cpp:24–28  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

22#include "textvalue.h"
23
24ImportModule::ImportModule(Reporter& r) : Module(r,"import")
25{
26 addDeprecated(tr("The import module is depricated please use the import declaration instead."));
27 addParameter("file", tr("The name of the file to import."));
28}
29
30Node* ImportModule::evaluate(const Context& ctx) const
31{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected