Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
99
bool TWAbstractSyntaxTree::createToken(TWToken::Type tokenType, const String& str)
100
{
101
m_tokens.emplace_back(tokenType, str);
102
return true;
103
}
104
105
uint32_t TWAbstractSyntaxTree::length() const
106
{
Callers
1
parse
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected