Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
52
void SyntaxTreeBuilder::buildScript(Declaration* dec)
53
{
54
script.addDeclaration(dec);
55
}
56
57
void SyntaxTreeBuilder::buildScript(QList<CodeDoc*>* cdocs)
58
{
Callers
nothing calls this directly
Calls
3
addDeclaration
Method · 0.80
addDocumentation
Method · 0.80
setDeclarations
Method · 0.45
Tested by
no test coverage detected