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

Method Create

libs/parser/DefBlockSyntaxParser.h:234–239  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

232 }
233
234 static Ptr Create(const std::string& name)
235 {
236 return std::make_shared<DefNameSyntax>(
237 DefSyntaxToken(DefSyntaxToken::Type::Token, name)
238 );
239 }
240};
241
242class DefBlockSyntax :

Callers

nothing calls this directly

Calls 1

DefSyntaxTokenClass · 0.85

Tested by

no test coverage detected