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

Method createNamespace

radiantcore/map/namespace/NamespaceFactory.cpp:7–10  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5#include "module/StaticModule.h"
6
7INamespacePtr NamespaceFactory::createNamespace()
8{
9 return std::make_shared<Namespace>();
10}
11
12// RegisterableModule implementation
13const std::string& NamespaceFactory::getName() const

Callers 3

BasicRootNodeMethod · 0.80
cloneSelectedFunction · 0.80
RootNodeMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected