Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/codereader/DarkRadiant
/ insert
Method
insert
radiantcore/map/namespace/Namespace.cpp:150–152 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
148
}
149
150
bool Namespace::insert(const std::string& name) {
151
return _uniqueNames.insert(name);
152
}
153
154
bool Namespace::erase(const std::string& name) {
155
return _uniqueNames.erase(name);
Callers
4
pre
Method · 0.45
addNameObserver
Method · 0.45
nameChanged
Method · 0.45
ensureNoConflicts
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected