MCPcopy Create free account
hub / github.com/GilesBathgate/RapCAD / ~Module

Method ~Module

src/module.cpp:31–36  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

29}
30
31Module::~Module()
32{
33 qDeleteAll(parameters);
34 parameters.clear();
35 delete scope;
36}
37
38QString Module::getName() const
39{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected