MCPcopy Create free account
hub / github.com/codereader/DarkRadiant / detachKeyObservers

Method detachKeyObservers

radiantcore/entity/NamespaceManager.cpp:243–253  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

241}
242
243void NamespaceManager::detachKeyObservers()
244{
245 // May not be called with empty namespace
246 assert(_namespace);
247
248 // Traverse the entity
249 _entity.forEachEntityKeyValue([this](const std::string& key, EntityKeyValue& value)
250 {
251 detachKeyObserver(key, value);
252 });
253}
254
255} // namespace entity

Callers

nothing calls this directly

Calls 1

forEachEntityKeyValueMethod · 0.80

Tested by

no test coverage detected