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

Method buildModule

src/dependencybuilder.cpp:172–175  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

170}
171
172Declaration* DependencyBuilder::buildModule(QString*, QList<Parameter*>*, Scope*)
173{
174 return nullptr;
175}
176
177Declaration* DependencyBuilder::buildFunction(QString*,QList<Parameter*>*,Scope*)
178{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected