MCPcopy 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
150bool Namespace::insert(const std::string& name) {
151 return _uniqueNames.insert(name);
152}
153
154bool Namespace::erase(const std::string& name) {
155 return _uniqueNames.erase(name);

Callers 4

preMethod · 0.45
addNameObserverMethod · 0.45
nameChangedMethod · 0.45
ensureNoConflictsMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected