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

Method Create

libs/parser/DefBlockSyntaxParser.h:144–149  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

142 }
143
144 static Ptr Create(const std::string& whitespace)
145 {
146 return std::make_shared<DefWhitespaceSyntax>(
147 DefSyntaxToken(DefSyntaxToken::Type::Whitespace, whitespace)
148 );
149 }
150};
151
152class DefCommentSyntax :

Callers

nothing calls this directly

Calls 1

DefSyntaxTokenClass · 0.85

Tested by

no test coverage detected