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

Method buildStatement

src/dependencybuilder.cpp:102–105  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

100}
101
102Statement* DependencyBuilder::buildStatement(Statement*)
103{
104 return nullptr;
105}
106
107Statement* DependencyBuilder::buildStatement(Variable*,Operators)
108{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected