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

Method getChildren

src/instance.cpp:69–72  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

67}
68
69const QList <Statement*> Instance::getChildren() const
70{
71 return children;
72}
73
74void Instance::setNamespace(const QString& ns)
75{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected