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

Method Create

libs/parser/DefBlockSyntaxParser.h:196–201  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

194 }
195
196 static Ptr Create(const std::string& typeName)
197 {
198 return std::make_shared<DefTypeSyntax>(
199 DefSyntaxToken(DefSyntaxToken::Type::Token, typeName)
200 );
201 }
202};
203
204class DefNameSyntax :

Callers

nothing calls this directly

Calls 1

DefSyntaxTokenClass · 0.85

Tested by

no test coverage detected