Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/GilesBathgate/RapCAD
/ setNamespace
Method
setNamespace
src/scriptimport.cpp:31–34 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
29
}
30
31
void ScriptImport::setNamespace(const QString& name)
32
{
33
name_space = name;
34
}
35
36
QString ScriptImport::getNamespace() const
37
{
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected