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

Method getNamespace

src/scriptimport.cpp:36–39  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

34}
35
36QString ScriptImport::getNamespace() const
37{
38 return name_space;
39}
40
41void ScriptImport::accept(TreeVisitor& v)
42{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected