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

Method setName

libs/parser/DefBlockSyntaxParser.h:224–227  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

222 }
223
224 void setName(const std::string& name)
225 {
226 _token = DefSyntaxToken(DefSyntaxToken::Type::Token, name);
227 }
228
229 std::string getString() const override
230 {

Callers

nothing calls this directly

Calls 1

DefSyntaxTokenClass · 0.85

Tested by

no test coverage detected