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

Method ~Script

src/script.cpp:30–39  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

28}
29
30Script::~Script()
31{
32 qDeleteAll(declarations);
33 declarations.clear();
34 for(auto& d: documentation) {
35 qDeleteAll(d);
36 d.clear();
37 }
38 documentation.clear();
39}
40
41void Script::parse(const QString& input)
42{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected