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

Method getDeclarations

src/script.cpp:73–76  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

71}
72
73const QList<Declaration*> Script::getDeclarations() const
74{
75 return declarations;
76}
77
78void Script::addDeclaration(Declaration* dec)
79{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected