Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/codereader/DarkRadiant
/ Create
Method
Create
radiantcore/entity/eclassmodel/EclassModelNode.cpp:36–42 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
34
}
35
36
EclassModelNodePtr EclassModelNode::Create(const IEntityClassPtr& eclass)
37
{
38
EclassModelNodePtr instance(new EclassModelNode(eclass));
39
instance->construct();
40
41
return instance;
42
}
43
44
void EclassModelNode::construct()
45
{
Callers
nothing calls this directly
Calls
1
construct
Method · 0.45
Tested by
no test coverage detected