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

Method getParameters

src/moduleimport.cpp:46–49  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

44}
45
46const QList<Parameter*> ModuleImport::getParameters() const
47{
48 return parameters;
49}
50
51void ModuleImport::accept(TreeVisitor& v)
52{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected