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

Method Script

src/script.cpp:26–28  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

24extern int parserparse(AbstractSyntaxTreeBuilder&);
25
26Script::Script(Reporter& r) : reporter(r)
27{
28}
29
30Script::~Script()
31{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected