| 170 | } |
| 171 | |
| 172 | Declaration* DependencyBuilder::buildModule(QString*, QList<Parameter*>*, Scope*) |
| 173 | { |
| 174 | return nullptr; |
| 175 | } |
| 176 | |
| 177 | Declaration* DependencyBuilder::buildFunction(QString*,QList<Parameter*>*,Scope*) |
| 178 | { |
nothing calls this directly
no outgoing calls
no test coverage detected