Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Samsung/UTopia
/ setNameSpace
Method
setNameSpace
lib/type/Type.cpp:221–221 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
219
}
220
221
void Type::setNameSpace(std::string NameSpace) { this->NameSpace = NameSpace; }
222
223
void Type::setAnyCharacter(bool AnyCharacter) {
224
this->AnyCharacter = AnyCharacter;
Callers
1
createType
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected