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

Method buildScript

src/syntaxtreebuilder.cpp:52–55  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

50}
51
52void SyntaxTreeBuilder::buildScript(Declaration* dec)
53{
54 script.addDeclaration(dec);
55}
56
57void SyntaxTreeBuilder::buildScript(QList<CodeDoc*>* cdocs)
58{

Callers

nothing calls this directly

Calls 3

addDeclarationMethod · 0.80
addDocumentationMethod · 0.80
setDeclarationsMethod · 0.45

Tested by

no test coverage detected