MCPcopy Create free account
hub / github.com/BlueAndi/Pixelix / createToken

Method createToken

lib/YAWidgets/src/TWAbstractSyntaxTree.cpp:99–103  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

97}
98
99bool TWAbstractSyntaxTree::createToken(TWToken::Type tokenType, const String& str)
100{
101 m_tokens.emplace_back(tokenType, str);
102 return true;
103}
104
105uint32_t TWAbstractSyntaxTree::length() const
106{

Callers 1

parseMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected