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

Method buildFunction

src/dependencybuilder.cpp:177–180  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

175}
176
177Declaration* DependencyBuilder::buildFunction(QString*,QList<Parameter*>*,Scope*)
178{
179 return nullptr;
180}
181
182Scope* DependencyBuilder::buildScope(QList<Declaration*>*)
183{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected